Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Wallace committed Jan 11, 2011
1 parent be30433 commit a307539
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Robots Are People Too

RAPT is a complex and challenging HTML5 platformer. The exit to each level is blocked by with enemies that roll, jump, fly, and shoot to prevent escape at all costs. Gameplay uses a unique split-screen mechanic and is exclusively two-player. Players can also create their own levels with the level editor, which are then saved to their account on our server. The game and editor are currently hosted at http://raptjs.heroku.com/.
RAPT is a complex and challenging HTML5 platformer. The exit to each level is blocked by enemies that roll, jump, fly, and shoot to prevent escape at all costs. Gameplay is exclusively two-player and uses a unique split-screen mechanic. The levels and enemies are designed to promote cooperation between players.

The game and the editor are written entirely in JavaScript using just the HTML5 canvas API and some jQuery, and the server is written in Rails. Our code base contains a little over 20,000 lines of JavaScript.
RAPT also comes with a powerful level editor which allows players to create levels of any size. Levels are saved to the player's account on the server, which has a public page listing custom levels. Link to this page for a simple way of sharing levels with friends!

Our server is written in Rails and is currently hosted at http://raptjs.heroku.com/. The game and editor are written entirely in JavaScript using just the HTML5 canvas API and some jQuery, and contain a little over 20,000 lines of JavaScript.

### Building and Running RAPT

Expand Down

0 comments on commit a307539

Please sign in to comment.