Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 12 hours 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T12:14:21.000Z (over 7 years ago)
- Last Synced: 2024-10-29T03:50:58.634Z (9 days ago)
- Topics: react, redux, snake
- Language: JavaScript
- Homepage: https://alex1990.github.io/snake-go
- Size: 1.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snake-go
[![Build Status](https://travis-ci.org/Alex1990/snake-go.svg?branch=master)](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.