COMP4021 Lab 5 Extending SVG Platform Game

Overview

The DOM Structure of the SVG

Task

1. Add Monsters to the Game

1.1 Define a Monster in the defs Node

1.2 Add Monsters into the Game Area

2. Shoot a Bullet

2.1 Define a Bullet in the defs Node

2.2 Shoot a Bullet

2.3 Move the Bullets across the Screen

3. Collision Detection

Submission