LIST OF CHANGES MADE IN BUILD 2.3
-
Removed the dependency on wxPython. The application can now run with only Pygame installed along with Python.
-
User can now choose the color of his/her coin.
-
There was a bug in previous builds due to which the coins placed placed on the board used to dissappear if the application window was minimized. This bug has been removed.
-
The user can save an unfinished game and resume it later.
-
Added support to undo the last move during the game. This feature is disabled by default. The user can always enable it before the game starts.
-
The notifications now appear in the game window only. Pop-up windows have been deprecated. A side pane has been added to the board for this purpose.
-
The user can restart the game any time.
-
The code for placing the coin has been improved.
-
Two player mode has been removed.
-
Added notifications telling whose turn is it.