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

https://github.com/avin/react-game-snake

The classic game "Snake" (in React+Redux)
https://github.com/avin/react-game-snake

game react redux snake-game

Last synced: 8 months ago
JSON representation

The classic game "Snake" (in React+Redux)

Awesome Lists containing this project

README

          

# React-snake [![Build Status](https://travis-ci.org/avin/react-game-snake.svg?branch=master)](https://travis-ci.org/avin/react-game-snake)

> The classic game "_Snake_" in React+Redux

## Play

[ [>> **Play online** <<](https://avin.github.io/react-game-snake) ]

[![Preview](./assets/preview.png)](https://avin.github.io/react-game-snake)

## Another games

Check my another React+Redux games:

* [Tetris](https://github.com/avin/react-game-tetris)
* [The Game of Life](https://github.com/avin/react-game-life)
* [15 puzzle](https://github.com/avin/react-game15)

## License

MIT © [avin](https://github.com/avin)