Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 312 Bytes

Cookie Snake

A simple snake game in Javascript using OOP.

Use the keyboard arrow keys to navigate the snake to the food.

The snake grows a new tail segment for each cookie eaten.

Don't hit the edge or your own tail.

😎 Enjoy.

Issues:

This game is not for mobile devices.