Demo Video: https://www.youtube.com/watch?v=ZSOPGsgDa20
How to create the .exe:
- Install pyinstaller
- Navigate to the download folder with
sergeant_t_cell.py
- Run the command:
pyinstaller --onefile -w --add-data 'data;data' sergeant_t_cell.py
(Windows) orpyinstaller sergeant_t_cell.py --onefile --hidden-import 'packaging.requirements' --hidden-import 'pkg_resources.py2_warn' -w --add-data 'data:data'
(Linux) - This will create a folder called
dist
among other folders.
Open this folder to get the exe. - Enjoy the game!