Skip to content

Object Oriented Programming with Classes in Python. I designed a combat simulator from the Pokemon Video game, where you can create these creatures and have them fight each other. The Pokemon class is designed to handle the internal member variables associated with each pokemon, and the Trainer class abstracts upon this class, containing multipl…

Notifications You must be signed in to change notification settings

codestorm177/Pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Object Oriented Programming with Classes in Python. I designed a combat simulator from the Pokemon Video game, where you can create these creatures and have them fight each other. The Pokemon class is designed to handle the internal member variables associated with each pokemon, and the Trainer class abstracts upon this class, containing multiple pokemon and using them to battle.

About

Object Oriented Programming with Classes in Python. I designed a combat simulator from the Pokemon Video game, where you can create these creatures and have them fight each other. The Pokemon class is designed to handle the internal member variables associated with each pokemon, and the Trainer class abstracts upon this class, containing multipl…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages