This is a simple snake game made with Phaser and SvelteKit, and an example of anything that can be written in JavaScript will eventually be written in JavaScript, but in this case it's actually TypeScript :D
docker pull ghcr.io/gearkite/ssnake:main
docker run -p 3000:3000 ssnake
-
Install Node.js
-
Install dependencies
cd client && npm install && cd ..
cd server && npm install && cd .. -
Run the build script
bash ./scripts/build.sh -
Go into
server
cd ./server -
Start the server
npm run start