Developed a Python program that simulates the card game War. It uses OOP with classes for the `Card`, `Deck`, and `Player` objects to implement the game.
This project provided practical experience in creating a card game with a specific set of rules with good use of OOP principles.
Public Repository