Merge remote-tracking branch 'origin/main'

This commit is contained in:
Eryn Wells 2022-05-03 07:17:29 -07:00
commit 8aa7cd30ae
2 changed files with 132 additions and 1 deletions

View file

@ -1,4 +1,6 @@
# Experiments with `libtcod`
# Going Rogue
An experiment building a Roguelike with libtcod and Python
`libtcod` is a library that provides a bunch of useful routines for building
Roguelikes. There are C++ and Python interfaces.