hughhan1 / Skip-Bo

Skip-Bo: A Card Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip-Bo

Group 2E

This is the final project for 600.120: Intermediate Programming at the Johns Hopkins University. The collaborators are:

How To Play

Skip-Bo is a turn-based card game in which the goal for each player is to empty all of the cards in their stock pile. This implementation allows the user to play Skip-Bo from the command-line against the computer or friends. Consult the manual for the official rules of the game.

Usage

To compile and run the program: $ make

To compile and run the tests: $ make test

To remove executable files: $ make clean

Samples

Starting the Game



Playing the Game



Saving the Game



Questions?

  • Feel free to contact any team member using the emails above.

About

Skip-Bo: A Card Game


Languages

Language:C++ 98.3%Language:Makefile 1.7%