Pizza Invaders is a game inspired by Space Invaders. The objective is to avoid the pineapples that fall down the screen, as you do not want them on your pizza. You play as the President of Iceland, Guðni Th. Jóhannesson.
To start the game, press any key.
Move: Arrow keys
(left and right)
Shoot: Space
Quit: Escape
Pizza Invaders can now be played in the browser on GitHub Pages.
Packaged, executable versions of the game for Windows, macOS and Linux (all 64-bit) can be downloaded from the Releases tab.
Pizza Invaders uses Poetry is for dependency management.
git clone https://github.com/haframjolk/pizza-invaders.git
cd pizza-invaders
poetry install
poetry run python game/main.py
poetry run python setup.py [MODE]
Replace [MODE]
with the appropriate mode for your use case.
Mode | Platform | Output |
---|---|---|
build | Any | Folder |
bdist_mac | macOS | .app bundle |
bdist_dmg | macOS | .dmg disk image |
bdist_msi | Windows | MSI installer |
bdist_rpm | Linux (Red Hat-based) | RPM package |
If the build is successful, you will find the output in either the dist/
or build/
directory, depending on the mode chosen.
poetry run ./build-web.sh
The build files can be found under build/web/
.