/tiny-mmo

A work-in-progress example of server-side implementation of a tiny massive multi-player online game, implemented with Scala 2.10.2 and Akka 2.2

Primary LanguageScala

A sample for the Typesafe Stack (http://typesafe.com/stack).

Scala sample project using Scala and SBT.

To run and test it use SBT invoke: 'sbt run'

= Generate source code from the Thrift file

  thrift --gen java -o src/main/thrift src/main/thrift/runner.thrift
  thrift --gen csharp -o src/main/csharp src/main/thrift/runner.thrift