Skip to content

Commit f78e52f

Browse files
committed
Add SnakeClone to Java games projects
1 parent b8f934c commit f78e52f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_projects/java-games.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ A 2D platformer game inspired by classic side-scrolling titles. Features charact
3131

3232
### RapidRollClone
3333
[GitHub](https://github.com/danleyb2/RapidRollClone)
34-
A 2D rolling-ball puzzle game where players tilt the playfield to navigate a sphere through increasingly complex obstacle courses. Tests physics simulation and real-time input handling.
34+
A 2D rolling-ball puzzle game where players tilt the playfield to navigate a sphere through increasingly complex obstacle courses. Tests physics simulation and real-time input handling.
35+
36+
### SnakeClone
37+
[GitHub](https://github.com/danleyb2/SnakeClone)
38+
A classic snake arcade game recreation in Java. Features growing snake mechanics, food collection scoring, collision detection, and increasing difficulty as the snake grows longer.

0 commit comments

Comments
 (0)