With Example: How to Create a Start Menu ❤️
This Repo contains some ➡️ Python (3.10)
codes to create basic functions using 🐍 pyGame (a GUI library).
We will be looking at an example of creating a start menu for a game (or any kind of programs).
🔹 Through these examples, I hope to help you be able to see how simple this library is and it is a great tool to learn coding in general while building a fun game/project. Understanding there are many other game engines that allow you to create a game without coding, it is aslo 😊 super fun to create a game with very granular modifications as you have total control of how the elements/drawing/sound/transition/etc. should be.
🔸 As with Python OOP, objects are created and utilized, interations between classes/inheritance/etc. the main principle is the same with OOP coding language and so learning to code in this way will surely help you learn other object-oriented languages like Java for example.