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

https://github.com/prettymuchbryce/princessfrenzy

LD25 - Princess Frenzy
https://github.com/prettymuchbryce/princessfrenzy

Last synced: 10 months ago
JSON representation

LD25 - Princess Frenzy

Awesome Lists containing this project

README

          

princessfrenzy
==============

This is a game that was made for Ludum Dare 25, a 48 hour game competition. Please excuse the messy code and lack of comments. I was in a hurry.

You can start the server and web server using ruby, although you may need some gems.

gem install sinatra
gem install eventmachine
gem install em-websocket
gem install capistrano
gem install capistrano-ext

Then start the web and game servers, and connect on 127.0.0.1:80

sudo ruby server.rb
sudo ruby webserver.rb