ÄH! is a game made in 6 hours with Pygame and help of ptext library.
You can download packaged version for Microsoft Windows from https://jtiai.itch.io/ah
Clone sources from GitHub with git or download and extract the zip file.
ÄH! Requires pygame-ce to run. If you have installed it globally just do
python ah.py
If you don't have PyGame installed globally use Poetry tool to install depedencies
poetry install
and then poetry run ah.py
to run the game.
Font notosanshk-black.otf
is licensed under the SIL Open Font License,
Version 1.1
ptext.py is licensed under CC0 1.0 Universal license.
ÄH! is licensed under the 3-Clause BSD License.