Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.