Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlato/hobo
Tragical game with a hobo protagonist who ought to collect bottles for surviving
https://github.com/devlato/hobo
addict alcoholism beverages bottle bottles game hachathon hobo homeless ng-europe react simple todo vodka
Last synced: 27 days ago
JSON representation
Tragical game with a hobo protagonist who ought to collect bottles for surviving
- Host: GitHub
- URL: https://github.com/devlato/hobo
- Owner: devlato
- License: other
- Created: 2016-11-01T17:22:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T23:31:32.000Z (about 3 years ago)
- Last Synced: 2023-05-14T15:35:49.372Z (over 1 year ago)
- Topics: addict, alcoholism, beverages, bottle, bottles, game, hachathon, hobo, homeless, ng-europe, react, simple, todo, vodka
- Language: JavaScript
- Homepage:
- Size: 410 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hobo game
The current game prototype has been implemented with [Palo](https://github.com/devlato/palo) boilerplate for [React.js](https://facebook.github.io/react/) on [ng-europe](https://ngeurope.org) 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/](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