Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)