I try to create a snake game with typescript
Install node dependencies
pnpm run installRun
pnpm run dev --hostnow go to http://localhost:5173
Build the image
docker build --tag=game-snake .Run the server
docker run --rm -p 8000:80 game-snakenow go to http://localhost:8000
- show score and highscore
- add restart button instead of refresh the whole page
- add menu to adjust size, color and speed for snake
- add menu to adjust size and color for food
- add menu to adjust canvas size and color
- customization game over if the snake is eating itself
