Releases: RemyPorter/Fictive
Fictive Alpha
This gives us a working Fictive engine, with the core functionality in place. It is now something I would say other people can use, though the developer experience is still likely not where it needs to be. Games are very playable, and they're not horrible to write (but errors are hard to track down).
Full Changelog: v0.2.0...v0.3.0
Core Functionality Complete
This marks a usable, if still immature, version of the engine.
What's Changed
- Trigger-Related Improvements by @RemyPorter in #2
- Nesting support by @RemyPorter in #3
- Fixes the Statify Method (and Templating) by @RemyPorter in #4
- Tutorial Game by @RemyPorter in #8
Full Changelog: v0.1.1...v0.2.0
Fictive: Alpha
Core Functionality
The core state-machine and its control language is roughly set. I make no promises about future breaking changes, but they will likely be small changes as time goes on.
UI
The UI is likely the area that will see the most change, but it currently does the job and doesn't look hideous.
The TL;DR
It's basically working. Even the simple Example game feels fun, so I think the engine has a good way to approach things.
Full Changelog: v0.0.1...v0.1.0