A Java solution and Runner to the logic card game Set
- Enter the project directory on the command line.
- Build the project with Maven:
mvn clean install
- On the command line
java -cp set.jar set.Runner
- 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:
Please feel free to pull and improve the UI instructions or underlying combinatorics!