TicTacToe

Yet another TicTacToe game. This time using MonoGame. Was able to learn it quick because I’ve used XNA back in 2012. Started writing this because of a sleepless night.

Building the project on a Mac

Requirements:

Steps:

  1. Clone the repo. (For shallow clone: git clone --depth 1 https://github.com/gldraphael/mg-ttt.git)
  2. Open the src/TicTacToe/Content/Content.mcgb file with MonoGame’s Pipeline tool and build it
  3. Open the solution file at src/TicTacToe.sln using VS for Mac
  4. Run the App from within VS for Mac using Cmd+Return

README TODO

  1. Add steps to build the solution without Visual Studio. Should be doable using xbuild or msbuild.
  2. Add build steps for Linux and Windows.