-
# First: cheers
This is exactly the sort of game I'm lieu to loose way too much time playing; the fact that the game is currently unplayable has likely saved me from myself, at least for the short …
-
On this day, `event.tile.x` and `event.tile.y` is deprecated (they works fine, but...)
If `tcod.console.Console` instead old `tcod.Console`, and `tcod.event.KeySym.ANYKEY` instead of old `tcod.even…
-
Just wanted to say thanks for this repo. I went through the Python TCOD Roguelike Tutorial but was also curious about how ECS worked and found this repo.
I have been going through each of your comm…
-
Thanks for the tutorial series @TStand90!
Came here from the current summer 2019 "roguelike tutorial" threads.
I'm quite new to python, but wanted to point out to anyone else experiencing an is…
-
I often end up hardcoding keys to actions, but this time I should try making a keybinding database.
Key combinations will become linked to string identifiers with `Dict[Keybind, str]`, these can be…
-
Currently the ["show an `@` on the screen"](https://github.com/rustcod/roguelike-tutorial/blob/master/src/pt-1/02-showing-the-%40-on-screen.md) requires _way_ too much boilerplate. Make some attempt t…
-
I am attempting to print colored text using 'setColorControl', the foreground is color is correctly set but not the background.
In my main loop I have:
```
TCODConsole::root->setDefaultBackground…
-
We need to investigate some options for handling keyboard input on a lower level than asciimatics provides us with. This will let us bypass OS-level keyboard settings and give us the ability to handle…
-
Hey! :)
I was playing around with TrueType fonts (OpenSans, Courier New, Fira Code) on MacOS. And it seems that the font is rendered to small in comparison to the tile size.
![image](https://use…
-
Services and libraries of interest:
- [ ] ReadTheDocs (I could ask about getting on the testing branch, once I'm ready to merge)
- [x] Travis
- [x] Appveyor
- [x] tcod
- [x] pony apparently (ne…