Skip to content

grosmar/hexMachina-TicTacToe-SingleModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexMachina TicTacToe Single Module

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

  1. Clone repository
  2. Execute haxelib install build.hxml

#Build

  1. Execute haxe build.hxml
  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published