Temple of The Roguelike Forums
Development => Programming => Topic started by: SanchezNI on May 06, 2015, 12:13:09 AM
-
Hi all,
Relatively new to Temple of the Roguelike but not so much to the genre / development.
I remember a while back playing around with libtcod but now going to get the latest version etc. finding the site is misbehaving. Does anyone know if theres plans for it to come back? Otherwise, does anyone happen to have the python stack for libtcod somewhere I can pull from?
Kindest Regards,
Sanchez
-
After googling around a bit it looks like their bitbucket repository is still accessible. https://bitbucket.org/jice/libtcod (https://bitbucket.org/jice/libtcod)
That is if that's what your looking for. I'm pretty new to this as well.
-
jice: The site is back. The database was crashed. I added an automatic daily reboot to keep it from happening again. Actually, I don't work on libtcod anymore. I'm only fixing bugs from time to time. Someone should take it over and give it a second life
-
Maybe this question is a bit silly, but:
Is way to auto-hide console?
-
Maybe this question is a bit silly, but:
Is way to auto-hide console?
How do you start it, and on what platform?
-
Windows executable, packed by py2exe. I though about automated hiding terminal window when libtcod psuedo-console starts. I know already how to do this, but thanks for reply :)