Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 334 Bytes

TODO.md

File metadata and controls

10 lines (9 loc) · 334 Bytes
  • Format for IntelliJ project
  • Change from custom linked list to LinkedList<Card>
  • Change the isSet method in Card to a static method
  • Organize .dat files
  • Use enum in Card instead of int
  • javadoc for call code
  • Organize playRound in Game
  • Add getSets() : List<Set> and Set to optimize the game play