Open arkan501 opened 7 months ago
General game loop, win/loss conditions, draw conditions, player turns etc. This should essentially remain open until the program is complete, but not necessarily bug free.
The main game loop has been created and implemented.
The ability for the player to move pieces has been implemented.
The players take turns, and can only move their own pieces.
General game loop, win/loss conditions, draw conditions, player turns etc. This should essentially remain open until the program is complete, but not necessarily bug free.