Created on 11th February 2020
•
Its an application software for simulating a 2-Player Cross and Circles game where either of the player can win or there can also be a stalemate.
Implementing an undo button was tricky but the use of Stack made it possible. I had to add check conditions for empty stack to prevent undo when the play-area was empty.
Technologies used