Does anyone one know of a good Ruby On Rails compatible Browser Based Game Engine ?

link|improve this question
1  
You may want to look for a javascript game engine, but expose web services to provide game data using RoR. – jessecurry Jan 16 at 1:46
1  
Are you looking for client-side game engines that handle graphics, user input, and so forth, or are you looking for a server-side system for managing game states? – Tim Holt Jan 16 at 3:25
What more do you need than Rails? I've never looked at building web games, but my instinct tells me to use something less featureful than Rails. Look at Sinatra. – michael.bartnett Jan 16 at 3:50
feedback

1 Answer

up vote 1 down vote accepted

Try out this

https://github.com/FreeRPGengine/Free-RPG-Engine-FaceBook-Game-App

It is a blank template for a facebook-like game engine, but it seems a good start

link|improve this answer
Thanks for the link! This is what I was looking for... – Joseph Jan 20 at 22:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.