https://github.com/miacoupland/pokemonred
A text based game based on the Pokemon Red and Blue games.
https://github.com/miacoupland/pokemonred
game pokemon python text-based-game
Last synced: over 1 year ago
JSON representation
A text based game based on the Pokemon Red and Blue games.
- Host: GitHub
- URL: https://github.com/miacoupland/pokemonred
- Owner: miacoupland
- Created: 2020-07-29T16:43:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T17:03:33.000Z (over 3 years ago)
- Last Synced: 2025-01-15T04:41:09.914Z (over 1 year ago)
- Topics: game, pokemon, python, text-based-game
- Language: Python
- Homepage:
- Size: 5.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokemonRed
Hello!! This is our text-based game!! The game uses the higher/lower mechanics of Top Trumps, placed inside the world of Pokemon Blue/Red/Yellow!
All text is taken from the game (so might be unnatural) and the storyline follows the story of Pokemon Red.
The functions are in almost reverse order, so they can call one another...
Future goals include:
- adding in the EXP system.
- items (currently buying potions and the Pokes system is pretty useless...) We want the player to be able to uses potions in battle and go to Pokemon Centers to heal
this would involve passing the HP variable through
- multiple Pokemon and catching Pokemon...?
- More gyms and battles, of course!
- More descriptions of the routes and towns, whilst still being in the style of the games themselves.
Made by Mia and Rhea for Code First Girls' Introduction to Python.