-
Notably, I'm on a mac.
I wrote this code, and I now preface it before I import `tcod`:
def setup_tcod_shared_object_paths():
dll_path_to_search = [
os.path.abspath(os.g…
-
It is has been quite a while since I have revisited this project and I suspect that this is an indication that the current setup is probably not viable. I am opening this issue to discuss what I feel …
-
We'll have a lot more time to deal with this afterwards, but we need to figure out how we're going to be using consumables for 7DRL version.
- How do they interact with inventory spaces? Does one stac…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item) by [Persons Name](link/to/person)
```
skial updated
9 years ago
-
I've made a little 7DRL game (http://7drl.org/2014/03/17/tox-puzzle-roguelike-dont-do-drugs-kids/) based on artemis&LibGDX (snapshot with gradle), that I'd like to port to web so more people can play …
-
I apologize for the loaded question. I have been able to clone LikeMagic-All (reorg branch) and initialize/update the submodules, but after that point I become lost as to what to do next. Which proje…
-
If you create a new EntityState for an FSM, the components are added to the entity one at a time, and in arbitrary order. This has led to some issues with my use optional components and the nodeAdded …