I believe this game demonstrates my understanding of the OOP concepts we have covered in class, and it challenged my programming skills and showcased my ability to create a fun and engaging game.
Egyptian Rat Screw is a fast-paced card game that involves strategy and memory. Players take turns flipping over cards and must react quickly to certain combinations to "slap" the pile and win cards. The game continues until one player has all the cards. I will post a link with the complete rules and descriptions for your reference.
For my project, I adapted the game regarding the “Slap.” I used keyboard keys (e.g., "Q" for Player 1 and "P" for Player 2) to replace the physical "slap" action. This provides an interactive experience for players while maintaining the core gameplay mechanics.
This project allowed me to apply the OOP principles we learned in class.