A game in which you need to count how many goats are on the screen! It's harder than it sounds ;)
This game was created as part of the Global Game Jam 2024 using pygame and is licensed under CC BY-NC-SA 4.0.
- Ana Borges
- Nils Roth
- Jorge Simões
The goat assets were created by Sevarihk and are distributed under CC-BY 4.0.
The font is the Minecraft Font by Craftron Gaming.
- Repository is cloned
- A python environment with the packages listed in
requirements.txt
python3 main-window.py
Running the following will generate an executable in dist
:
pyinstaller --onefile \
--name 325-can-you-count \
--add-data assets:assets \
--add-data sounds:sounds \
main-window.py
cp -r assets dist/
cp -r sounds dist/
The executable can be bundled for transport as follows:
tar -zcvf 3_2_5_can_you_count.tar.gz dist/
-
Make sure you are in the same directory as the executable
-
Run it as usual for your OS