clayote

Results 29 comments of clayote
trafficstars

It would be better to implement [a generic accessibility API for Kivy](https://github.com/kivy/kivy/issues/5836), then configure ELiDE to use that.

Since [Urizen's tileset](https://vurmux.itch.io/urizen-onebit-tilesets) is so much more expansive than the RLTiles, it might be a good idea to switch to that, as well...

Works at startup in #74, but you can't yet close one game to open another

I have a little bit of this in the ``query`` module now, but it's not very well tested.

Aggregate functions are important too; "how many times was I at such-and-such a place?"

In efbf0bd4ccd02e0a0ae47ffc809b7a33b6e866ad, I changed the poller to follow rulebooks in order of *their* name, which defaults to the name of the entity but can be set arbitrarily. You could use...

My current thinking is that there should be a new kind of action, say `@thing.action.travel`, which is expected to return a destination (`Thing` or `Place`). After all actions have been...

I've stopped liking the idea of making new rules that are just partials wrapping stored functions; it complicates the data model more than just making the rules dependent on some...

This turns out to be impossible to implement within a single process. That means I'd have to run rules within a subprocess that has proxies to the LiSE entities in...