Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghophp/thorvarium

multiplayer game server written in scala using akka and play framework
https://github.com/ghophp/thorvarium

Last synced: 2 months ago
JSON representation

multiplayer game server written in scala using akka and play framework

Awesome Lists containing this project

README

        

##thorvarium

[![Build Status](https://travis-ci.org/ghophp/thorvarium.svg?branch=master)](https://travis-ci.org/ghophp/thorvarium)

[![Coverage Status](https://coveralls.io/repos/ghophp/thorvarium/badge.svg?branch=master&service=github)](https://coveralls.io/github/ghophp/thorvarium?branch=master)

### Before Run

Before run the project, you must set the environment variable THORVARIUM_BUILD with the path to the build folder of the client. Something like:

export THORVARIUM_BUILD=/home/dude/thorvarium-js-client/build

### Running

The process is really straight forward, no mysterious ways, just `sbt run` at the folder should do it.

### JS Client

You can see the client that connect with this server here: [thorvarium-js-client](https://github.com/ghophp/thorvarium-js-client)

### License

```
Copyright 2014 Guilherme Oliveira

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```