Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

arkinmodi/fortyThieves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forty Thieves Solitaire

Assignment 3 for SFWRENG 2AA4 - Software Design I - Introduction to Software Development

Overview

A C++ program of the game, Forty Thieves Solitaire. The rules of the game are as describe on the online game of Forty Thieves.

How To Run

There is no interface made for this program, so you must make fill out the main file with all the moves you wish to do. There is a small test for functionality:

make experiment

Unit testing (catch2) can be run with:

make test

Documentation can be generated by doxygen:

make doc

What I Learned

  • First Time Using C++
  • More Advanced Object-Oriented Programming
    • Abstract Data Types vs Objects

About

Forty Thieves Solitaire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages