Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghophp/thorvarium
- Owner: ghophp
- License: other
- Created: 2015-02-07T22:28:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T12:09:31.000Z (over 8 years ago)
- Last Synced: 2023-03-23T07:59:01.815Z (almost 2 years ago)
- Language: Scala
- Homepage:
- Size: 5.69 MB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 OliveiraLicensed 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 athttp://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.
```