https://github.com/prettymuchbryce/princessfrenzy
LD25 - Princess Frenzy
https://github.com/prettymuchbryce/princessfrenzy
Last synced: 10 months ago
JSON representation
LD25 - Princess Frenzy
- Host: GitHub
- URL: https://github.com/prettymuchbryce/princessfrenzy
- Owner: prettymuchbryce
- Created: 2012-12-17T03:04:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T17:47:29.000Z (about 13 years ago)
- Last Synced: 2025-09-10T05:59:58.969Z (10 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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