Non-Deterministic Finite Automaton (NFA) implementation on a 4x4 chess board that simulates a game between two players. Each player moves according to an input string composed of characters r (red) ...
A fully functional Chess game built using Java Swing, implementing core game mechanics along with advanced rules and edge cases. This project is a desktop-based Chess game where two players can play ...