Getting Started


_Running the Game

To start the game in Windows, run the "Rogue Operative" shortcut or launch bin/client.exe. Note that on the master branch this might not be the most recent version of the game.

To start the game with python in Windows or Linux, run src/client.py. This has no performance difference from the above method, but requires python 2.x (which is not natively installed in Windows).

OSX is currently unsupported, as the libtcod library does not yet have OSX support for python.