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.22.1 RelaxNG schema1 day ago
- v0.22.0 new export format, determinism4 days ago
- v0.21.8 no, really, fix importer19 days ago
- v0.21.7 fix importer21 days ago
- v0.21.6 fix rule builder26 days ago
- v0.21.5 fix new game button *again*26 days ago
- v0.21.4 reorderable rules28 days ago
- example sims29 days ago
- v0.21.3 you can start games on Android again32 days ago
- v0.21.2 you can see Elide again40 days ago
Comments
Log in with itch.io to leave a comment.
Sorry, the Android build isn't working. I'm working on it...