My final project submission for CSCI200. It's a Solitaire game with a move counter, game time, and past game statistics.
Note: If you are trying to find a final project to plagiarize for CSCI200, please don't. Paying 15-30k for a semester at this school only to be expelled for copying someone else's code is humiliating.
- Install SFML, which is required to build the project.
- Clone the repository and run
make
in the root folder. - Run
./FP
to start the program.