https://github.com/fredwu/reacraft
https://github.com/fredwu/reacraft
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredwu/reacraft
- Owner: fredwu
- Created: 2015-05-09T10:59:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T11:00:18.000Z (about 11 years ago)
- Last Synced: 2025-11-12T21:23:08.249Z (7 months ago)
- Language: Ruby
- Size: 90.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a prototype to showcase the fundamental differences between three different approaches of managing the state of an object:
- Terrans: Simple state operations
- Protoss: State machine
- Zerg: Event-driven
These three approaches are not mutually exclusive, and this prototype is NOT a representation of how some of the approaches might look like in a real application.