arkan501 / ChessCLI

A playable game of chess in the terminal created with C#
MIT License
0 stars 0 forks source link

Game logic #6

Open arkan501 opened 7 months ago

arkan501 commented 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.

arkan501 commented 7 months ago

The main game loop has been created and implemented.

arkan501 commented 7 months ago

The ability for the player to move pieces has been implemented.

arkan501 commented 7 months ago

The players take turns, and can only move their own pieces.