Skip to content

Hyperrogue Archipelago v0.1.0

Choose a tag to compare

@RealMelwei RealMelwei released this 08 May 21:58
· 19 commits to master since this release

Initial Release!

Randomizer is fully playable but still lacks a lot of documentation.
Hopefully soon to follow.

Setup for Windows

  1. 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

  2. Download the .zip file from below and extract it.

  3. In the extracted folder, open apsettings.json and enter your ip and slotname.

  4. Navigate MSYS2 UCRT64 to the extracted folder by running:
    cd /Path/to/Your/Folder

  5. Run:
    ./hyperrogue.exe

  6. Enjoy!

Setup for Linux with apt-get

  1. 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

  2. Download the .zip file from below and extract it.

  3. In the extracted folder, open apsettings.json and enter your ip and slotname.

  4. In the extracted folder, run ./hyperrogue.

  5. Enjoy!