Skip to content

v0.1 - First Public build

Pre-release
Pre-release
Compare
Choose a tag to compare
@Devnol Devnol released this 13 Nov 21:04
· 28 commits to main since this release

Expect many bugs, you may report any that you find in the Issues tab.
Thanks for playing!

For the Windows version:
(runs on both 32 and 64 bit hardware and anything Windows 7 or later, may run on Vista/XP, if you can test let me know).

  1. Use the InnoSetup installer to install the game.
  2. Launch it from the Start Menu/desktop shortcut.

For the macOS version:

  1. Open the dmg image, drag the app and drop it in the Applications folder.
  2. If the app does not open because "it is from an unidentified developer", Ctrl+click/Right click the app in the Applications folder and select open to run it for the first time. Afterwards it should run fine.

For the Linux version:

  1. Unzip the compressed folder with your preferred archive manager.
  2. Open a terminal and cd to the game's directory.
  3. Run chmod +x QuboRun_v0.1.x86_64 the first time to specify the game as executable.
  4. Run ./QuboRun_v0.1.x86_64 to run the game (if you have an idea about how to make this less sketchy please submit a Pull Request).