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
- Host: GitHub
- URL: https://github.com/blackboxvision/react-snake
- Owner: BlackBoxVision
- Created: 2017-08-01T00:44:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:39:37.000Z (over 3 years ago)
- Last Synced: 2025-04-02T23:34:31.415Z (about 1 year ago)
- Topics: game, react, snake-game
- Language: JavaScript
- Homepage: https://blackboxvision.github.io/react-snake/
- Size: 9.07 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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