|
Final exercise
Do one of the following:
DRAW: Drawing Machine
Create a system that draws by moving one or more characters over the canvas. Each character is only allowed to draw at its current location, so that the drawing is controlled by its movement.
ENV: Intelligent environment
Create a simulated environment with characters with intelligent and interactive behaviors. Let the simulated environment have some kind of physical forces (wind, magnets, repellors etc). The characters should react to each other and to input from the user. HINT: This could be a game-type system.
SPACE: Space Machine
Create a 3D dimensional with structures that evolve over time or in response to user interaction. Provide a way for the user to navigate the space or view the structures from different angles.
|