Releases: WilsonOh/Orbital21-22-PixelJump-5215
Releases · WilsonOh/Orbital21-22-PixelJump-5215
PIXELJUMP-MILESTONE-3
Instructions
- For the best experience, it is recommended that you run the game on a windows machine
Windows
This round's packaged executable release will only be for windows as the packaging software we're using does not produce reliable results for macOS, and we do not have access to a Linux machine.
- Download the
pixeljump_windows.zip
file and unzip it - Run pixeljump.exe
- If Windows SmartScreen pops up, click on
more info
and clickrun anyway
to play the game
macOS and Linux users can either install the game through pip (requires python 3.10) or run the game through the source code using Python.
PIXELJUMP-MILESTONE-2
Release for Milestone 2
Instructions
- For the best experience, it is recommended that you run the game on a windows machine
Windows
- Download the
pixeljump_windows.zip
file and unzip it - Run pixeljump.exe
- If Windows SmartScreen pops up, click on
more info
and clickrun anyway
to play the game
macOS
- Download the
pixeljump_macos_ARM
if you have an M1 MacBook orpixeljump_macos_intel.zip
if you have an intel MacBook and unzip it - IMPORTANT: Right-click
pixeljump.app
and selectopen
. This will open a prompt asking for confirmation, then select confirm. (macOS will not allow the app to run if you double click it normally) - It is normal for the app to take a few seconds before running (at least on my machine)
- For the
intel
version, if double clickingpixeljump.app
doesn't work then you can go to the terminal,cd
into the game folder and run the game with./pixeljump
Linux
Since we don't have access to a Linux machine, we're not able to create a executable package for Linux. However, you can still run the program from source by following the instructions in the README.md