Power Fix
A downloadable game for Windows, macOS, and Linux
A game for the Kenney Jam 2025
INSTRUCTIONS:
In this game you pickup batteries and drop them into machines to increase your score. You can't lose this game.
WASD to move around,
P to pickup batteries,
Space to drop batteries into one of four machines near the corners,
F11 to fullscreen,
Escape to exit and close.
Credits:
Pygame, game framework
Pyinstaller, for the Windows and Linux x86_64 executables
portable-python, for the macOS launcher
Download
Install instructions
Windows x86_64: Run the file named "main.exe"
macOS M1 and Intel 64 bit: Run the file named "run.command" in the terminal
Linux x86_64: Run the executable named "main". If that doesn't work, run "make_executable.sh" in the terminal.
Other platforms/architectures: If you are having trouble getting the game to work or are trying to play on an operating system or architecture not listed above, follow these instructions:
Download "source.zip"
Install Python (make sure it's added to path)
Run "pip install pygame" in the terminal (if you get a command not found error, run python -m ensurepip or install the python-pip package on Linux)
Run "python main.py" to run the game.
You may have to use python3 and pip3 instead of python and pip on some platforms.
Leave a comment
Log in with itch.io to leave a comment.