/Redux-Road

Redux Road We’ve learned the core concepts of Redux. Now it’s game time. In this project you will 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.

Primary LanguageJavaScriptMIT LicenseMIT

Redux-Road

Redux Road We’ve learned the core concepts of Redux. Now it’s game time. In this project you will 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.