Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 614 Bytes

Hobo game

The current game prototype has been implemented with Palo boilerplate for React.js on ng-europe hackathon during one and a half hours.

How to run it

Just clone the project, go to the project directory and run the commands:

$ npm i
$ npm start

And navigate to http://localhost:8095/ in your browser after that.

TODO

  1. Migrate to Redux

  2. Fix bugs

  3. Improve generation of bottles

  4. Allow gamer to loose the game

  5. Add user stats

  6. Add Share buttons