clayote
clayote
I tried to copy a small file into my pifs root directory and was informed, "No such file or directory." Does this constitute a proof that pi is not normal?...
There's an issue #2820 to add screenreader/UI Automation support to Kivy, but it got closed because no one was up to it. Discussion on IRC suggests that what's needed to...
I'm switching my project from space indentation to tabs using yapf `USE_TABS = True`. Some of the existing code deals with overlong lines using backslashes ``` bar = {'baz': {'qux':...
Tweaks the prototypical `Query` visitors so that when you pass them to `Engine.turns_when`, LiSE generates a SQL query and executes it.
Currently, if you time travel to places you shouldn't in ELiDE, it will either crash, or silently let you edit world state that will never be simulated. I want to...
When running LiSE on a server, it might be convenient to let players play the game in a web browser. LiSE is agnostic about the way players interact with the...
You should at least be able to see what a Place or Thing is named without clicking on it first. Maybe make it a toggle. Maybe even display arbitrary stats...
People are going to make Dwarf Fortress clones in LiSE. The limiting factor on Dwarf Fortress' performance is its pathfinding, often by hundreds of entities per turn, and it's all...
1. things to measure in the sim to guide its development 2. things to measure about user experience
[Urizen](https://github.com/vurmux/urizen) is a tool for generating maps for roguelikes and whatnot. A user who's made a cool map with it should be able to use that map as the initial...