Skip to content

dhotson/deathmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deathmatch

A multiplayer top down deathmatch game. Made in 48 hours at Railscamp 11 on the Gold Coast.

Screenshot

Dependencies

Deathmatch requires Ruby 1.9.

If you're using bundler

bundle install

Otherwise, install dependencies manually with rubygems

gem install em-websocket

To start

Start the server:

ruby deathmatch.rb

Serve up statics:

python -m SimpleHTTPServer

Open in a browser:

http://127.0.0.1:8000

Developing Deathmatch

You'll need guard and coffeescript:

gem install guard guard-coffeescript

Use guard to recompile coffeescript:

guard

Credits

By Dennis Hotson and Paul Annesley with help from Rich Healey, Josh Amos and Michael Morris.

License

MIT

Contributions

Contributions are welcome. :-)

  1. Fork the project
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Multi-player top down deathmatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5