- Install Python and add it to PATH.
- Download or clone the repository.
- Extract the
.zipfile into a folder, if applicable. - Open the folder in File Explorer, and type in
cmdin the folder path to open a PowerShell prompt. - Install the required modules,
PS C:\game_folder> py -m pip install -r .\requirements.txt
- Run the game,
PS C:\game_folder> py .\main.py
Requirements: A basic understanding of how to use a terminal emulator, and access to root privileges.
All of the following commands assume a Ubuntu-based distribution using the
bashshell. Your experience may vary.
You should only have to do the following one time, when first setting up the project.
- Clone the repository (you may need to install
gitvia your package manager)
git clone https://github.com/kd8lvt/PokeBounce.git cd PokeBounce
- Run the
installscript
sudo ./install
If you want to update the project to the latest codebase, simply run the update script
./updateRun the run script :)
./runIf you want to update the project before running it, you can do so without the ./update script.
./run -uI don't own any Apple products, but if someone wants to figure out the steps to run it, feel free to do a PR :)
This project is far better than it otherwise would be, thanks to these fine folks 💜
- Original concept and codebase, for which this wouldn't exist without: KingTheLuck
- Major overhauls & actually knowing python: anonezumi
- Dragonite Icon: ChocoFoxColin.
- All these fine folks - Join us!