Skip to content

A fan-made, text-adventure Pokémon game in Python! Based on Pokémon Red, but with elements from most of the official and spin-off Pokémon games.

License

Notifications You must be signed in to change notification settings

http-github-com-alisscco/Pokemon-PythonRed

 
 

Repository files navigation

Pokémon

:atom: PythonRed Version :electron:


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


Discussions is a great place to ask questions or give quick feedback!

Important Notes
  • This is not a perfect recreation of Pokémon Red; it's a fan-made game that, like Pokémon Red, takes place in the Kanto region.
  • 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.
  • Windows OS only!! This game makes use of Python's winsound module, which is exclusive to Windows.
  • This project (this GitHub Repository and anything found within) is not endorsed by Nintendo, GAME FREAK, or The Pokémon Company. This is an independent, fan-made game.
  • This game's plot is a work of fiction!

Credits:

Owners:

All Contributions:

To Install:

Summary

Following this list is perfectly fine:

  1. Install Python IDLE
  2. Run Dependency Commands
  3. Install 7-zip
  4. Download the latest Release

If you encounter any problems throughout the installation process, see Step-by-Step Installation below. If problems persist, please create an Issue.

Step-by-Step Installation

1. Installing Python IDLE

First, ensure you have Python installed. If not, you can find the latest installer here. Tick the box that says Add Python to PATH during installation.

However, if you are using a work/school computer and are not an Admin, you don't need to tick py launcher, which requires Administrative privileges to install. All py launcher does is let you use Python IDLE from the Command Line, which is not required for this game.

This also installs pip, Python's package installer, which is required in the next step.


2. Installing Dependencies

Open your favourite Shell Terminal and individually run any below commands:

pip install playsound
(More commands will be added above as they are needed)
Common Shell Terminals include Command Prompt, Windows PowerShell, Git CMD, etc.

If it all runs smoothly with no errors, continue to the next step.


3. Installing 7-zip

Pokémon PythonRed is released as an SFX '.exe' file, which requires 7-zip to open. Work/school computers might already have 7-zip installed, but if not, the latest version can be found here.


4. Downloading Pokémon PythonRed

To download the game, please download the latest Release, and click the download link! These links redirect to OneDrive, as they are too large to be hosted on GitHub.

Once the file has finished downloading (sorry if it takes a while!), run the '.exe' file. 7-zip should automatically extract the game files.

To run the game, open Pokémon PythonRed.py!



Bugs / Feature Request

For bugs, contributions or feature requests, please create an Issue!


Resources & Additional Info (Mild Spoilers)

Resources Used:

Current Priorities:

  • Wild Pokémon encounters
  • Pokémon locations
  • Battle mechanics
  • Saving progress

Catch Rate will be based on the Total Stats stat, as the Generation 1&2 Catch Rate formula is too complex, and it gets worse from then on.

For simplicity, Pokémon will only have one type each, and one attack each (a type-type attack).

You, dear reader, are privileged. You get to hear about Mystery Gifts! If you've played a Pokémon game before, you might know what Mystery Gifts are, and yes, they are a planned feature. Because they aren't yet implemented, you must keep your Mystery Gift Passwords safe for now. You can find Passwords around this GitHub page, and maybe other places. Entering these Passwords at a specific place in the game will grant you a special feature. But I repeat, YOU CANNOT USE THEM YET! You must wait until Fuchsia City is complete. Just you wait, I have big plans for this game!

That's all, watch this space, and thanks!

About

A fan-made, text-adventure Pokémon game in Python! Based on Pokémon Red, but with elements from most of the official and spin-off Pokémon games.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%