Unity based Tic Tac Toe
2 players play Tic Tac Toe taking turns on the same device (no network-multiplayer, no AI).
- Unity (Version 2013.3.x)
- Build the app for Windows or Mac OS
- Setup Unity using a Unity Personal license
- Clone your fork on your machine
- The initial scene is "MainScene"
- Just the "Play" button to start the game
- A Unity Test Runner is already setup
- Open the runner's window via "Window > General > Test Runner"
- Select "EditMode" (should already be selected) and press "Run All"
- Use the default buile pipeline via "File > Build and Run"
- Unity as the main game engine
- Unity Test Runner as the test runner
- NUnit for unit tests