Just for fun. It's written in vanilla js, no libraries used. Also it uses HTML elements to render the game instead of canvas.
- User arrow keys to move around
G
= Show GridC
= No Clip Mode, go through self and wallsJ
= Slow down the snakeK
= Speed up the snakeSPACE
= Pause, Resume gameRETURN
= start the game1 - 4
= Change levels0
remove level
- Checkout the project and CD into it
- run
npm install
to get all dependencies - run
npm run build
to build the app - run
npm run dev
to get the game running on your browser