- Format for IntelliJ project
- Change from custom linked list to
LinkedList<Card>
- Change the
isSet
method inCard
to a static method - Organize
.dat
files - Use
enum
inCard
instead ofint
javadoc
for call code- Organize
playRound
inGame
- Add
getSets() : List<Set>
andSet
to optimize the game play