Drawing Board
Description
The drawing board is a project I made for a game design class. It serves as the basis for creating a simple game engine with javascript that can be accessed via a webpage. It utilizes the canvas object allowing the user to draw in the canvas. The position of the mouse is monitored and used to change the color of the pixels being drawn. When the user clicks the mouse on the canvas an ellipse is drawn allowing them to draw continuous lines.
DemoInteresting Features
- User interaction
- Graphics
Technologies/Techniques
- Javascript
- Canvas object
- localupdate