This project is to create a simple Snap Card Game for two players. If a player's card matches a card already face up, then the player wins.
- The app can be run by using Main.main();
- Each player gets their cards pressing "Enter/Return" key.
- Whenever one player gets the card that matches a card already face up, then the player wins
- Game Play
- End of Game
- The app can be improved by using OOP concept.
- The test coverage can also be increased if the app was developed in OOP.