Skip to content

gioLefe/snake

Repository files navigation

I'm a snake

A work-in-progress implementation of a snake inspired game.

install and run locally

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/)

how to play

move your mouse and the snake will follow the pointer. Avoid borders and to hit the snake body!

About

Snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages