v0.21.0 bookmarks
This release adds bookmarks, which let you assign names to points in time. Then you can travel between them more conveniently. It was always possible to store the (branch, turn, tick) yourself, but the new way is closer to what you'd expect if you've worked with save files, as in every game. Call `engine.bookmark('name')` once to create a bookmark, then call it again with the same name to travel back to that bookmark. You can also look up saved bookmarks as `engine.bookmark['name']`.
Currently, the Elide frontend doesn't have a good way for you to use the bookmarks. I'll add that next.
Databases from earlier Lisien versions are incompatible with this one, due to changes in the schema.
Files
Get Lisien
Lisien
Life Simulator Engine for systemically complex, rules-based games, with time travel
Status | In development |
Category | Tool |
Author | clayote |
Genre | Simulation |
Tags | agent-based-simulation, cellular-automata, Game engine, Life Simulation |
More posts
- v0.21.6 fix rule builder3 days ago
- v0.21.5 fix new game button *again*4 days ago
- v0.21.4 reorderable rules5 days ago
- example sims7 days ago
- v0.21.3 you can start games on Android again10 days ago
- v0.21.2 you can see Elide again18 days ago
- v0.20.229 days ago
- v0.20.145 days ago
- v0.20.0 Android support56 days ago
Comments
Log in with itch.io to leave a comment.
Sorry, the Android build isn't working. I'm working on it...