Ricochet Robot is a board game invented by Alex Randolph, with art by Franz Vohwinkel. It's åa fast paced multiplayer puzzle game. Vie for points by solving a complex puzzle faster than your friends. Check out the blog post on this project for more information about the game. Built with Backbone.js, jQuery, and HTML5 Canvas. Intended for local play.
##Getting Started
- Find 1-4 other friends.
- Load up the (web app)[https://ricochet.herokuapp.com].
- Set up your game by entering the number of players, and their names.
- Get the right robot to the target square faster than your friends.
- Nerd Out after!
Accepting contributions!
Multiplayer with Socket.io. Interested in collaborating? Reach out if you have other ideas, either through the issues page, or by finding my contact information at sdtsui.com.
Check out the style guide, contributing.md, and issues page for ideas.
###To run locally:
- Clone the repo
- run
npm install
(requires backbone, vex, jquery, and some server dependencies) - run
nodemon server.js
- Navigate to localhost:8080