Skip to content

Instantly share code, notes, and snippets.

@StevenMeiklejohn
Created September 7, 2017 11:58
Show Gist options
  • Save StevenMeiklejohn/c952c39af96b2a5631d153c59fda711f to your computer and use it in GitHub Desktop.
Save StevenMeiklejohn/c952c39af96b2a5631d153c59fda711f to your computer and use it in GitHub Desktop.

Card Game Lab

This lab is to model a basic card game and implement the rules.

We aren't looking for a running game, just good TDD to demonstrate that the game works as it should.

Highest Card

Build a simple card game that deals one card to every player and the player with the highest card wins.

Extension

Extend Part A to now deal 2 cards to every player and the player with the highest combination of cards wins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment