Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 988 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 988 Bytes

Snakes

StdDraw Version (Made with Standard drawing library)

Another version of Snake game that our snake needs to avoid Barriers as well as his own body also apples generate randomly in the game plane(our dear snake needs to eat apples to grow up!).

1 2 3 4


Java Swing

Same project made with Java Swing and different graphics

1 2