A work-in-progress implementation of a snake inspired game.
Install dependencies:
npm install
You will need to serve both client and server
- open one prompt and run
npm run server - open a new prompt and run
npm run client
or simply run start.sh shell script that will do both for you
Open the browser and navigate to the suggested url (usually http://127.0.0.1:5173/)
move your mouse and the snake will follow the pointer. Avoid borders and to hit the snake body!