Nuacht

A Java-based Chess Simulator implementing core chess mechanics with an emphasis on object-oriented design principles. This project serves as a foundational framework for simulating chess games, ...
The Chess Game is a Java application that serves as the core logic behind a chess game. This game use MVC pattern, so controller interacts with the chess model and view components to facilitate ...