Single module example of TicTacToe written in Haxe using hexMachina framework. In this example I wanted to showcase that the framework is also a perfect choice when you want something really-really simple. You can use without DSL, multiple modules, etc. Just simple MVC implementation.
Check out the Multi-Modular version here: https://github.com/grosmar/hexMachina-TicTacToe-MultiModule
#Demo You can try the game here: https://grosmar.github.io/hexMachina-TicTacToe-SingleModule/bin/index.html
#Install
- Clone repository
- Execute
haxelib install build.hxml
#Build
- Execute
haxe build.hxml
- Run bin/index.html
As an alternative you can use HaxeDevelop with the TicTacToe.hxproj project file.
#Todo
- Create unit test
- Check against duplicated signs in the GameModule