https://github.com/headwinds/final-fantasy
xstate visualizer for indie games
https://github.com/headwinds/final-fantasy
Last synced: about 1 year ago
JSON representation
xstate visualizer for indie games
- Host: GitHub
- URL: https://github.com/headwinds/final-fantasy
- Owner: headwinds
- Created: 2020-04-25T15:29:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:24:11.000Z (over 3 years ago)
- Last Synced: 2025-02-11T16:21:15.296Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://final-fantasy.now.sh
- Size: 5.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# final-fantasy
Explores indie game design and development through an [XState](https://xstate.js.org/) machine and visualizer.
Let's face it - you probably won't get to use Typescript & Styled Components at your day job so you might as well weekend-warrior it and build something fun while learning something that can be applied to any app; prepare for that day when you do.
Games are a form of mediation. As you build the game, let your mind wander on your life, business, and the journey of your customers.
[demo](https://final-fantasy.now.sh)
## getting starter
```
yarn
yarn start
```
Open browser to http://localhost:1234
## deploy to vercel
`now`