This was a side project of mine to implement a Reversi game in Java back to my first year in university.
It is fully functional as a two human-player game, with hints for which chess piece(s) will be reversed, end game checking and restart game.
- Two human-player game
- Hints for chess piece(s) will be reversed
- Nicely drawn chess piece
- Broken UI in Mac (developed under Windows 2 years ago)
- Hard coded loops
- Coding (like) a novice
- Best-effort OOP