Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rtivital/snake

Snake game built with TypeScript and Redux – https://rtivital.github.io/snake/
https://github.com/rtivital/snake

redux snake-game typescript

Last synced: 22 days ago
JSON representation

Snake game built with TypeScript and Redux – https://rtivital.github.io/snake/

Awesome Lists containing this project

README

        

# Snake game

Snake game built with TypeScript and Redux. You can read a tutorial about this game on Medium.

## Launching project localy

- Clone this or forked repository: `git clone https://github.com/let-s-build-games/snake`
- Install dependencies: `npm install`
- Run `npm start` – it will start development server at `http://localhost:5001/`
- Build something awesome!

## Contributing

If you feel like you can help with improving existing codebase, create a pull request with description of changes.
You may help other people learn, so your contributions are very appreciated!

## License

MIT