PabloK / AsciiSoccer

A Soccer game for the web browser
0 stars 0 forks source link

Add a webbservice in ruby to start a game server on heroku #7

Closed PabloK closed 11 years ago

PabloK commented 11 years ago

The server is actualy cross-platform so it should be runnable on linux. A simple sinatra service should be abel to spawn a new game server. A web interface could be developed with score and more if the server could report these things to the ruby wrapper upon exit.

This is a future plan that is going to need some work beging with other issues.

PabloK commented 11 years ago

This has been implemented! The service is going to be extended soon.