Skip to content

🕹 Yet another tic-tac-toe game. Written using MonoGame this time.

License

Notifications You must be signed in to change notification settings

gldraphael/mg-ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🕹 Yet another tic-tac-toe game. Written using MonoGame this time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages