Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasaugust1/redux-road
https://github.com/jonasaugust1/redux-road
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasaugust1/redux-road
- Owner: jonasaugust1
- Created: 2022-07-25T23:57:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T23:59:31.000Z (over 2 years ago)
- Last Synced: 2024-12-23T02:11:52.666Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.