Problem I recently answered a question that had me wondering if I could simplify this below code without creating an […]
Tag: pokemon
Tile based movement game in Java 2D
Problem Recent i started my fist “real” project. My goal is to code the first gen of Pokemon in Java. […]
Setting Pokemon stats
Problem I set the stats (.ie. name, attack, defense, HP) in the __init__ method. However, I have chosen to build […]