Dots - Team Blobby: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Quick Summary== *Name of the game: Dots *[http://web.mit.edu/nicolas/www/Dots/dots.html Hosted location] *Team name: teamBlobby (Nicolas Smith & Aviv Keshet) *Dots is best play...") |
|||
| Line 3: | Line 3: | ||
*[http://web.mit.edu/nicolas/www/Dots/dots.html Hosted location] | *[http://web.mit.edu/nicolas/www/Dots/dots.html Hosted location] | ||
*Team name: teamBlobby (Nicolas Smith & Aviv Keshet) | *Team name: teamBlobby (Nicolas Smith & Aviv Keshet) | ||
*Dots is best played with a browser with a fast JS engine, such as Firefox 4 or Chrome. | *Further notes: Dots is best played with a browser with a fast JS engine, such as Firefox 4 or Chrome. | ||
==About the authors:== | ==About the authors:== | ||
Latest revision as of 02:57, 22 February 2011
Quick Summary
- Name of the game: Dots
- Hosted location
- Team name: teamBlobby (Nicolas Smith & Aviv Keshet)
- Further notes: Dots is best played with a browser with a fast JS engine, such as Firefox 4 or Chrome.
About the authors:
Nicolas Smith and Aviv Keshet are PhD students in physics at MIT, who also happen to have an unhealthy appreciation for video games. This is their first computer game project, and first foray into Javascript.
Description:
Dots is a top-down 2D puzzle game, loosely inspired by the classic game Lemmings. It has a physics sandbox feel and an arcade aesthetic sense.
Main features:
- Mouse gesture based user interface.
- 24 levels of increasing difficulty.
- Minimal instructions, with learning designed to take place as you play.
- In-game "Sandbox Mode", which can be used to create levels or to play with Dot physics.
- <Canvas> graphics, and <Audio> tag audio.
- Game progress persistence using localStorage
- No outside libraries or code, except dojo for enhanced json serialization.



