Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/rtivital/snake
- Owner: rtivital
- License: mit
- Created: 2019-05-10T17:03:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:39:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:05:38.062Z (about 1 month ago)
- Topics: redux, snake-game, typescript
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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