Snake Demo - No AI
No support for mobile devices (keyboard required).
This is a demo of the snake game. The snake is controlled by the user. The snake will die if it hits the wall or itself (Head (red tile) and tail (green tile[s])). The snake will grow by 1 tile if it eats an apple (blue tile).
Controls
- (space) : To spawn snake
- W or : Move up
- S or : Move down
- A or : Move left
- D or : Move right