Skip to content

BlackBoxVision/react-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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