COMP4021 Lab 1 Hammer Game

Overview

 

Getting Started

Programming Overview

Complete five predefined JavaScript functions

Create two JavaScript timers

Create four variables at the beginning

Example JavaScript programs

Programming Procedure

  1. Start the game
  2. Create a 10 seconds count down timer
  3. Finish the game
  4. Move the monster to a new position
  5. Hit the monster box
  6. Add sound

1. Start the game

2. Create a 10 seconds count down timer

3. Finish the game

4. Move the monster to a new position

5. Hit the monster box

6. Add sound

Submission