A GUI-based implementation of the classic Othello (Reversi) board game using Java Swing. Players take turns placing discs on an 8x8 grid, flipping opponent discs according to the rules, and aiming to have the majority of discs by the end of the game.
Features:
-
Interactive 8x8 grid with clickable tiles.
-
Automatic detection of legal moves for each player.
-
Disc flipping logic in all directions.
-
Win detection and winner announcement.
-
Simple, visually intuitive GUI with colored discs and legal move markers.
If you are having issues with viewing the images, then ensure that the image directories in the code match the locations of the actual images on your system