8000 GitHub - apry0512/Pokemon-PythonRed: [WIP] A fan-made, text-adventure Pokémon game in Python 3. If you want to Fork it, leave feedback too!
[go: up one dir, main page]

Skip to content

apry0512/Pokemon-PythonRed

 
 

Pokémon

PythonRed Version


A fan-made, text-adventure Pokémon game in Python 3.

Important Notes
  • This is not a recreation of Pokémon Red; think of it like a remix.
  • Prior in-depth knowledge of the Pokémon franchise, especially the video game series, is recommended and may be required to fully enjoy this game.
  • This project (@Pokemon-PythonRed and anything found within) is not endorsed by Nintendo, GAME FREAK, Creatures Inc., or The Pokémon Company. This is an independent, fan-made game.
  • This game's plot is a work of fiction! Any references to real people or events are completely coincidental.

Contributors


All Contributors

📖

Dependabot

🚇

I'm special ;)

⚠️

Ikuto Tsukiyomi

🤔 🎨

JohnnySD

💻 🔣 🤔 🚧 📦 ⚠️

Jérémy LARDENOIS

⚠️ 📦 💻 🧑‍🏫

Lh(n)

🎨 ⚠️

Porsce <3

🎨

Ravanger_101

⚠️

Sam

⚠️

Val=fλ

🚧 💻 🎨 🤔 ⚠️

Valerie

🎨

basedpainnn

⚠️

hacking-mudkip

🤔 🔣

just a weeb

💻 🧑‍🏫 ⚠️ 🚇

This project follows the all-contributors specification (emoji key, command Issue). See what you can do to contribute.

Get started

Installation

  • To play the game, you will need:
    • Windows or Linux OS
    • Python 3 (aka CPython 3.x)
  • Follow this link to download a .zip file of this repository. Once it downloads, unzip and open it.
  • You will need to open a command line in the folder, then run the following command to install dependencies:
python -m pip install -r requirements.txt
  • Finally, open main.py in the app folder.
Installation for Contributors
  • Contributors will need the following:
    • Windows or Linux OS
    • Python 3 (aka CPython 3.x)
    • Git
    • A text editor or IDE editor
  • To clone the repository, use GitHub Desktop or run this command:
git clone https://github.com/Pokemon-PythonRed/Pokemon-PythonRed.git
  • After that, run the following command from the repository folder to install dependencies:
python -m pip install -r requirements.txt
  • Finally, open app/main.py or run this command to run the program:
python app/main.py

  • If you encounter any problems when opening the game, feel free to create an Issue.

Controls

  • When > is shown, press Enter to continue. You may need to input text first.
  • When text bullets are shown, you need to enter the character next to the option you choose.
  • In the overworld, navigation bullets are WASD for directional movement, then numbered for interactions. Other commands might also be available.
  • When Y/N is shown, you can enter y or n for Yes or No respectively.
  • When a reading through next normally, you can press any key to proceed.

Examples

No text needed, just press Enter:

Press Enter to continue.

>_

Enter text from a bullet point:

Choose an option.
[1] - Save
[2] - Quit

>_

Enter Yes or No:

Would you like to save? Y/N

>_

Press any key:

OAK: Hello there! Welcome to the world of POKéMON!
_

About

[WIP] A fan-made, text-adventure Pokémon game in Python 3. If you want to Fork it, leave feedback too!

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JSON 57.8%
  • Python 24.9%
  • Markdown 17.3%
0