Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 282 Bytes

Snake

This is the old school Snake game in 2D. It generates a map with randomly placed obstacles and you have to feed your Snake with apples which also appears randomly.

This project is:
• OOP
• Separated Model and View
• Action handling