A simple C++ implementation of the match up card game
- Follow the on screen prompts.
- Type in the amount of players.
- Type in players names.
- Type in the size you want the board to be.
- The game board will appear, you type in the row, and then the column. eg. Input: 3x5
- Player reveal two cards, one at a time.
- If the cards are a match, said player gets to go again.
- If cards are not a match, then move onto next player.
- Game completes when all cards are facing up.
- This project is using all vanilla C++ and no 3rd party modules or extensions.
- You should be able to compile this with any C++ compiler.
- Build the file match2.cpp
- then run match2 compiled file.
complete | description |
---|---|
Setup CMAKE builder. | |
Setup Tests for specific components | |
Implement a save / load feature (high score/ in game exit) |