https://github.com/charlescreativecontent/textbasedpokemon
A Text based version of the original pokemon game
https://github.com/charlescreativecontent/textbasedpokemon
game game-development pokemon
Last synced: 4 months ago
JSON representation
A Text based version of the original pokemon game
- Host: GitHub
- URL: https://github.com/charlescreativecontent/textbasedpokemon
- Owner: CharlesCreativeContent
- Created: 2021-10-28T21:24:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T16:03:12.000Z (about 4 years ago)
- Last Synced: 2025-10-07T11:54:10.502Z (8 months ago)
- Topics: game, game-development, pokemon
- Language: Python
- Homepage:
- Size: 4.54 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Python Pokemon - Kanto Region

### Description
A Python Text Based Pokemon Game - Kanto Region
### Lessons Learned
I was practicing seperation of concerns in terms of seperating the game data from the game logic. Being able to increase the playable functionality by updating data instead of logic is more scalable.