Counting sheep
🎬 Intro Script for Game Recording – “Counting Sheep” - Link to Github: https://github.com/thuthaouelk10/Programming-Theory-Repo - Link to Demo Video: https://drive.google.com/file/d/1f2klqrYw3ppBDh1DDQSUtiGwVFkOGd0D/view?usp=drive_link This is Counting Sheep, a simple but fun game I created to demonstrate the four pillars of Object-Oriented Programming: Encapsulation, Abstraction, Inheritance, and Polymorphism. The objective of the game is straightforward: 🐑 Click on the sheep to score points, 🐺 Avoid the wolves — or you’ll lose lives! When the game ends, the player’s name and last score are saved and displayed on the title screen, showing data persistence across sessions.