Hyperrogue Archipelago v0.1.0
Initial Release!
Randomizer is fully playable but still lacks a lot of documentation.
Hopefully soon to follow.
Setup for Windows
-
Install MSYS2. Launch MSYS2 UCRT64 and paste the following command:
pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-SDL mingw-w64-ucrt-x86_64-SDL_mixer mingw-w64-ucrt-x86_64-SDL_ttf mingw-w64-ucrt-x86_64-SDL_gfx mingw-w64-ucrt-x86_64-glew -
Download the .zip file from below and extract it.
-
In the extracted folder, open apsettings.json and enter your ip and slotname.
-
Navigate MSYS2 UCRT64 to the extracted folder by running:
cd /Path/to/Your/Folder -
Run:
./hyperrogue.exe -
Enjoy!
Setup for Linux with apt-get
-
Run:
sudo apt-get install make g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libglew-dev libpng-dev zlib1g-dev -
Download the .zip file from below and extract it.
-
In the extracted folder, open apsettings.json and enter your ip and slotname.
-
In the extracted folder, run ./hyperrogue.
-
Enjoy!