This is a rogue-like, a sequel to Downward Descent (another rogue-like which I made). In this I wanted to make some improvements, and some additions and changes to what I had in Downward Descent. Now, one question may be "why exactly make another rogue like that is almost the same as Downward Descent?" Well, I frankly really enjoyed making Downward Descent, and I have been having just as much fun making Thrymm's Temple.
If you would like to play the game, feel free to download the source and build it directly from the source code (located in the src folder).
- Make sure you have Nim installed. If not try
sudo apt install nim
(or use whatever package manager you wish.) - Clone or download this repository (
git clone https://github.com/i-am-hal/ThrymmsTemple.git
) - Go into the
src
folder within the downloaded/clonedThrymmsTemple
folder. - Compile the game with
nim c ThrymmsTemple.nim
- Download Nim from the Nim official website.
- Press windows key, type
environment variables
. - Click on
Path
(under System Variables) thenEdit.
- Add the system path to the Nim compiler on your system.
- Press okay/save changes to environment variables.
- Download or clone this repository (if you have git,
git clone https://github.com/i-am-hal/ThrymmsTemple.git
) - With a command line,
cd
into thesrc
folder within the newThrymmsTemple
folder. - Compile the game with
nim c ThrymmsTemple.nim