/pokemon-game-OOP

Python project using the basics of object-oriented programming

Primary LanguagePython

Pokemon Game

A small game that you can play on your Python REPL. It was made using the object-oriented programming paradigm.

Concepts Covered

  • Object-Oriented Programming in Python

  • Game logic

  • Instance methods

  • @staticmethod

  • Instance attributes, self

  • Dunder methods: init, str

  • if name == 'main'

  • Importing your own code

Based on Python Object Oriented Example Project