Trevoke / dwarlixir

A dwarf-fortress clone / MUD / side project in Elixir
MIT License
50 stars 0 forks source link
dwarf-fortress elixir mit mit-license mud

Dwarlixir

Getting started

Make sure you have Elixir ~> 1.5.1 available.

README-driven development

Things I need to bring back in as I switch to ECS:

components

Thoughts

What about aging; could be a separate tick for everyone (easy) or some kind of "everything ages at the same time" tick. If the latter, I need, I think, to make it possible to subscribe to events in the ECS framework. Well, my "Watcher" idea is growing old quickly isn't it. Unless I create a Universe entity with a Tick component which could get updated with a monotonically increasing value, and that would be something that various things could watch...

A player character:

Priority 1: on the server, able to send and receive messages Priority 2: actually having a working character Priority 3: being in a room