Montana Tech of The University of Montana
Computer Science & Software Engineering

CSCI 470
Web Science
Spring 2012


Assignment #6 - Gem collector, single-player
Due: start of class, Wed 3/7.
This assignment should be done individually.

You will be building the beginning of a multi-player online game. This week, we will just build a single-player local version of the game. You will learn to use the new Canvas element that has been added to HTML5.


Overview.
The web page allows users to create an Avatar with a given name. The player can then click at different points in the canvas and the player's Avatar will walk to that point. Gems randomly appear and the player scores points for different colors of gems. The player can type short messages that appear temporarily below the player's Avatar. You should implement your web page using HTML5, JavaScript, and the <canvas> element.


Files. The file gem.zip has the images of the gems and five different Avatars.

Requirements:
Submission. I will be testing your program on the URL you send me via email. I will be using the Chrome browser. You also need to submit your source file(s) to the Moodle dropbox. The Moodle timestamp is the completion time for the assignment.

Page last updated: August 16, 2012.  Copyright © 2011 by Keith Vertanen.