SuperHaxagon is a cross-platform, open source Super Hexagon clone.
You can obtain a free copy of the source code licensed under the GPLv3 at:
https://github.com/RedTopper/Super-Haxagon
SFML is statically linked, so you shouldn't need it installed as a dependency!
- Download
SuperHaxagon-SFML-Linux-<arch>-no-romfs.zipandromfs.zip - Extract the files into any empty directory
- Extract and place the
romfsfolder fromromfs.zipnext to theSuperHaxagonfile ./SuperHaxagon
The romfs folder tree should look like this:
Before:
└── SuperHaxagon
├── ...
├── PLACE_ROMFS_FOLDER_HERE.txt
└── SuperHaxagon
After:
└── SuperHaxagon
├── ...
├── romfs
│ ├── ...
│ └── levels.haxagon
└── SuperHaxagon