Category Showcase

Showcase

TicTacToe


Find below two examples of the popular tic-tac-toe game. I’ve made a single and a multi-module version to showcase you have the free choice to make your aplication as much scaled as you want. If you need, you can go for really module oriented implementation, but if you just want a simple game, without DSL, modules and all the crazy structures, you can just make a simple MVC implementation in one module.

The choice always yours! :)

Multi Module TicTacToe example written in Haxe using hexMachina:

https://github.com/grosmar/hexMachina-TicTacToe-MultiModule

Single Module TictacToe example written in haxe using hexMachina:

https://github.com/grosmar/hexMachina-TicTacToe-SingleModule