chore: Add initial implementation of move validation logic and game controller
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package de.nowchess.api.move
|
||||
|
||||
import de.nowchess.api.board.{PieceType, Square}
|
||||
import de.nowchess.api.board.Square
|
||||
|
||||
/** The piece a pawn may be promoted to (all non-pawn, non-king pieces). */
|
||||
enum PromotionPiece:
|
||||
|
||||
Reference in New Issue
Block a user