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:
- VS for Mac · Download Page
- Mono · Download Page ·
brew install mono - MonoGame · Download Page
Steps:
- Clone the repo. (For shallow clone:
git clone --depth 1 https://github.com/gldraphael/mg-ttt.git) - Open the
src/TicTacToe/Content/Content.mcgbfile with MonoGame’s Pipeline tool and build it - Open the solution file at
src/TicTacToe.slnusing VS for Mac - Run the App from within VS for Mac using Cmd+Return
README TODO
- Add steps to build the solution without Visual Studio. Should be doable using
xbuildormsbuild. - Add build steps for Linux and Windows.