Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 983 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 983 Bytes

Tic Tac Toe

Build status Coverage Status

Reference game for using Akka.Interfaced, Akka.Interfaced.SlimSocket and TrackableData.

Screenshot

How to run

Prerequisites

  • MongoDB 3 or later
  • Visual Studio 2015 or later (it's not mandatory if you can build projects)
  • Unity 5.3 or later

Steps

  • Make sure MongoDB is running well.
    • By default server connects to local MongoDB.
    • Address of MongoDB can be configured on src/GameServer/App.config.
  • Run Server
    • Open TicTacToe.sln with Visual Studio.
    • Run GameServer.
  • Run Client
    • Open src/GameClient with Unity
    • Open Scenes/MainScene and run.