Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

GearKite/ssnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake in Phaser (JPTC game jam)

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

Installation

Docker

docker pull ghcr.io/gearkite/ssnake:main
docker run -p 3000:3000 ssnake

Source

  1. Install Node.js

  2. Install dependencies
    cd client && npm install && cd ..
    cd server && npm install && cd ..

  3. Run the build script
    bash ./scripts/build.sh

  4. Go into server
    cd ./server

  5. Start the server
    npm run start

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages