Skip to content

anonezumi/PokeBounce

 
 

Repository files navigation

Poke Bounce

Usage

Windows

  1. Install Python and add it to PATH.
  2. Download or clone the repository.
  3. Extract the .zip file into a folder, if applicable.
  4. Open the folder in File Explorer, and type in cmd in the folder path to open a PowerShell prompt.
  5. Install the required modules,
PS C:\game_folder> py -m pip install -r .\requirements.txt
  1. Run the game,
PS C:\game_folder> py .\main.py

Linux

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 bash shell. Your experience may vary.

Initial setup

You should only have to do the following one time, when first setting up the project.

  1. Clone the repository (you may need to install git via your package manager)
git clone https://github.com/kd8lvt/PokeBounce.git
cd PokeBounce
  1. Run the install script
sudo ./install

Updating


If you want to update the project to the latest codebase, simply run the update script

./update

Running

Run the run script :)

./run

If you want to update the project before running it, you can do so without the ./update script.

./run -u

Mac

I don't own any Apple products, but if someone wants to figure out the steps to run it, feel free to do a PR :)

Credits

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • Shell 8.0%