Skip to content
Jackal93 edited this page Apr 19, 2018 · 3 revisions

Installation

  1. Install system wide dependencies:

    • python3
    • python3-dev
    • virtualenv
    • python3-tk/curses (only if you want an ui)
    • Cuda and cuDNN (if you want to use a gpu for training)
  2. Create a virtual environment, install python dependecies and compile Rogue source code:

    bash setup.sh

    By default, the game is compiled without monsters. If you wish to use monsters, then from within the main directory execute:

    cd Rogue
    bash build_with_monsters.sh
Clone this wiki locally