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

https://github.com/blackboxvision/react-snake

:snake: Snake game implemented in React
https://github.com/blackboxvision/react-snake

game react snake-game

Last synced: about 1 year ago
JSON representation

:snake: Snake game implemented in React

Awesome Lists containing this project

README

          

# React Snake!

Simple snake game developed in React. We have deployed it, so you can play a little bit around https://blackboxvision.github.io/react-snake/

This game is still a work in progress.

## Stack

The game was implement using the following libraries:

- react
- redux
- react-redux
- recompose
- reselect
- react-router
- material-ui

## TODO:

The game has still some things to be done in order to be fully developed:
- Better collision management
- Modify container to be a canvas element
- Entities should be rendered inside of canvas
- Manage sprites to render snake head, body and tail and also apple
- Implement some features like score management, and game rating