项目作者: 04fara

项目描述 :
TicTacToeFX game written in Java using JavaFX.
高级语言: Java
项目地址: git://github.com/04fara/tictactoefx.git
创建时间: 2016-12-23T19:02:29Z
项目社区:https://github.com/04fara/tictactoefx

开源协议:MIT License

下载


TicTacToeFX

It is a classic TicTacToe game with AI player and implementation of Memento pattern.

As Wikipedia tells:

The memento pattern is a software design pattern that provides the ability to restore an object to its previous state.

In my case, I used it to undo the last turn. This was done in August 2016.

License

TicTacToeFX is licensed under the terms of the MIT license.