CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Research creating GUI applications in python #5

Closed ghost closed 4 years ago

ghost commented 4 years ago

Python is not typically used for games, and for good reason. It might be best to figure out exactly how we should approach the issue of creating a GUI for the game, or if we just want to do it within the terminal itself. Might need a person or two on this issue.

Michael12309 commented 4 years ago

My vote is to use libcod, it's literally made for stuff like this.

steven-pershyn commented 4 years ago

After looking into the suggestion provide, I believe that libtcod is the preferred GUI we should use for our game.