Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonasaugust1/redux-road


https://github.com/jonasaugust1/redux-road

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Redux-Road

Project proposed by Code Academy

In this project I build an adventure game using reducers, state, and actions.
The state will represent, well, the state of the game. It contains the player’s inventory, distance travelled, and time on the road.
Each event in the game is represented as an action. Players can gather supplies, travel, and–if they play risky–sometimes tip over the wagon carrying their supplies.