An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Python Pokemon - Kanto Region
![A map of the Kanto Region](assets/images/map.jpg)

### 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.