An implementation of the classic snake game for the fc64js fantasy console
- Use the U/D/L/R buttons to control the snake
- The aim of the game is for the snake to eat as much fruit as possible
- The game is over if the snake bites itself
See the snake-js tutorial for a step by step guide on how to create this game
- Code by TheInvader360
- Inspired by countless snake games and this wasm-4 tutorial