Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 422 Bytes

Snake-Math

Snake Math, created using JavaScript, and The HTML5 canvas. it includes basic rules as that of a classic snake game.

the objective of the game is to make sure the stack as seen above the game is not full.

the snake can eat single digit numbers (0-9) and Operators ( +, -, * , /)

the operations will update the stack's value accordingly.

each time you consume the food (number / operator), u get a point.