https://github.com/alex1990/snake-go
A simple and classical snake game with react and redux
https://github.com/alex1990/snake-go
react redux snake
Last synced: about 2 months ago
JSON representation
A simple and classical snake game with react and redux
- Host: GitHub
- URL: https://github.com/alex1990/snake-go
- Owner: Alex1990
- License: mit
- Created: 2017-03-31T12:03:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T12:14:21.000Z (about 9 years ago)
- Last Synced: 2025-06-12T18:31:48.164Z (about 1 year ago)
- Topics: react, redux, snake
- Language: JavaScript
- Homepage: https://alex1990.github.io/snake-go
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snake-go
[](https://travis-ci.org/Alex1990/snake-game)
A simple and classical snake game.
## Play
Git clone the source to local and execute `npm start` command. Then play it at 127.0.0.1:300 in the opened browser.
## Tech stack
- create-react-app
- React
- Redux
- Jest + Enzyme
## Todos
* [ ] Optimize the data structure
* [ ] Add sound effect
* [ ] Increase customization
* [ ] Add replay feature
* [ ] Support multiplayer
## LICENSE
MIT.