Atomic Chess Game

A playable Atomic Chess implementation with custom movement logic, explosion-based capture mechanics, and interactive interface.

SSjoerd De Bruynon January 1, 2024
Game Development
Chess
Algorithm
GUI
CLI
Atomic Chess Game

Project Details

Developed a playable Atomic Chess implementation with custom movement logic and explosion-based capture mechanics.

Implemented board-state management, legal move validation, and win-condition detection while maintaining performance.

Provided an interactive interface (CLI or GUI) to play full matches and test variant rules.

Technologies Used

C++
Game Development
Algorithms
GUI