Commit Graph

5 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 72aa8d0881
Reformat everything (mainly to fit 80 character width limit) 2020-08-15 23:25:52 +02:00
Kai S. K. Engelbart 929fd9381e
Refactor for efficiency and concise code
* Change player map implentation in Game to EnumMap
* Add proper toString methods to Piece and MoveNode
* Compact code in MainWindow
* Synchronize methods in Game
2020-08-15 23:25:51 +02:00
Kai S. K. Engelbart 17677e6858
Removed Type enumeration from Piece class 2020-08-15 23:25:37 +02:00
Kai S. K. Engelbart ae9abded19
Changed class Javadoc to use @author and @since tags 2020-08-15 23:25:30 +02:00
Kai S. K. Engelbart 141ca7ba26
Created io package, moved IO-related classes 2020-08-15 23:25:26 +02:00