A simple command-line memory matching game in Rust for two players.
- 2 players take turns guessing cards.
- Deck of 16 cards (8 pairs), shuffled each game.
- Tracks correct guesses for each player.
- Shows current deck state after each turn.
- Player gets another turn if a match is found.
- Clone the repository:
git clone https://github.com/Jakub2841/MemoryRust
cd <repo-folder>