Skip to content

justincohler/SetSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A Java solution and Runner to the logic card game "Set"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages