Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 539 Bytes

File metadata and controls

23 lines (19 loc) · 539 Bytes

SetSolver

A Java solution and Runner to the logic card game Set

How to Build

  1. Enter the project directory on the command line.
  2. Build the project with Maven:
  mvn clean install

How to Run

  1. On the command line
  java -cp set.jar set.Runner
  1. Follow the instructions to perform actions in the game. Input will follow the message below.
  Action: (N)ew Card | (C)lear board | (S)how Board | (F)ind Sets: 

Kaizen

Please feel free to pull and improve the UI instructions or underlying combinatorics!