Go to news page
Tales of Paraverse is free (licensed under GPL v3) rogue like RPG. It designed to look like Nethack, but it is written from scratch. You can learn more about Tales of Paraverse from FAQ.
Some typical questions:
You need to install ncurses (with headers!) and jam firstly. Secondly, download the code. I strongly recommend you to use git repo: git://tprpg.git.sourceforge.net/gitroot/tprpg/tprpg (Just type git clone git://tprpg.git.sourceforge.net/gitroot/tprpg/tprpg tprpg in terminal).
Next steps are:
cd tprpg
jam
You can start playing game by invoking tp from code directory. Then type ? in game to see basic commands. For additional info see Documentation page
My game seems good for you? Excellent! Maybe you want to dive into code? Doxygen documentation can help you here.