v0.21.0 bookmarks
Lisien » Devlog
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
lisien-windows.zip 171 MB
Version 0.21.0 93 days ago
lisien-android.apk 71 MB
Version 0.21.0 93 days ago
lisien.whl 1.6 MB
Version 0.21.0 93 days ago
elide.whl 2.3 MB
Version 0.21.0 93 days ago
Get Lisien
Lisien
Life Simulator Engine for Maxis-like games
| Status | In development |
| Category | Tool |
| Author | clayote |
| Genre | Simulation |
| Tags | agent-based-simulation, cellular-automata, Game engine, Life Simulation |
More posts
- v0.22.5 fix desktop game export30 days ago
- v0.22.4.post1 fix android35 days ago
- v0.22.4 method editor38 days ago
- v0.22.3 fix adding stuff to the world43 days ago
- v0.22.2 savegame fix on desktop43 days ago
- v0.22.1 RelaxNG schema49 days ago
- v0.22.0 new export format, determinism52 days ago
- v0.21.8 no, really, fix importer67 days ago
- v0.21.7 fix importer68 days ago
- v0.21.6 fix rule builder73 days ago
Comments
Log in with itch.io to leave a comment.
Sorry, the Android build isn't working. I'm working on it...