Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Haitao Mao
  • Victor J Wang
  • Harrison Chen
  • TA: ?Mason Tang

Problem Statement

Currently, interfaces for card games generally only support playing one type of game. We want to create an interface that supports playing a generic card game by allowing users to manipulate the cards independently of the rules and restrictions of any particular type of game. Instead, the users enforce the rules amongst themselves. This will allow the interface to support a wide range of games, as well as the ability to easily switch between playing multiple types of games. We want to design the interface to emphasize the following:

...