Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sutac/snake-game
The project is a classic Snake game running on its own game engine. It is a web application with a custom design.
https://github.com/sutac/snake-game
design gamedev typescript
Last synced: 4 days ago
JSON representation
The project is a classic Snake game running on its own game engine. It is a web application with a custom design.
- Host: GitHub
- URL: https://github.com/sutac/snake-game
- Owner: sutaC
- Created: 2023-08-21T21:04:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:44:11.000Z (5 months ago)
- Last Synced: 2024-06-05T19:59:18.270Z (5 months ago)
- Topics: design, gamedev, typescript
- Language: TypeScript
- Homepage: https://snake.sutac.pl/
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake game
The project is a classic Snake game running on its own game engine. It is a web application with a custom design.
## Technology used
- TypeScript
- PWA## How to start
1. Run `npm install` to install all dependencies
2. Run command `npm run dev` (to compile ts files on the fly) / `npm run build` (to compile ts files once)
3. Serve static files using selected tools (e.g. **Live Server** VSCode extension)