Chess simulation. Click on the piece to move, and the location to move it to. If the action is legal, it will be taken. The game is done once a King enters checkmate, or once there is a draw.
-
Updated
Jul 6, 2022 - Java
Chess simulation. Click on the piece to move, and the location to move it to. If the action is legal, it will be taken. The game is done once a King enters checkmate, or once there is a draw.
This assignment focuses on simulating a chess game using C programming and converting a Portable Game Notation (PGN) log into a relational database format using SQL. The core objective was to determine the "starting square of each chess piece" for every move and generate a structured SQL file containing full move data.
Add a description, image, and links to the chess-simulation topic page so that developers can more easily learn about it.
To associate your repository with the chess-simulation topic, visit your repo's landing page and select "manage topics."