Build a Transformers Game – using classes and object orientation concepts
This article was first published on Python – Hutsons-hacks , and kindly contributed to python-bloggers. (You can report issue about the content on this page here)
Want to share your content on python-bloggers? click here.
Want to share your content on python-bloggers? click here.
Learn how object orientated programming works in Python. The video attached shows how to build a simple Transformers battle game and familiarise yourself with the knowledge of classes.
This video takes you through:
- Classes and initialisation
- Methods
- Properties / Attributes
- Inheritance
Instead of me writing all this down, it is better to watch the video to get a grasp of this:
Can I get the code?
The GitHub code for this tutorial can be found here. Please submit feedback and let me know if you find this tutorial useful?
To leave a comment for the author, please follow the link and comment on their blog: Python – Hutsons-hacks .
Want to share your content on python-bloggers? click here.