Steven Benjamin
DIGM 265 - Section 002
Homework 1 --- Homework 2 --- Homework 3 --- Homework 4 --- Homework 5
MAGNITUDE
(top scrolling arcade space shooter)
Updates In This Version:
- Buttons have been fixed to meet requirements. A star icon has been added to each one to indicate that it is a button. When hovered over with the mouse, the star icon rotates.
- The player's spaceship has been added to the game screen with movement script. It can be moved around the screen with the arrow keys.
- Countdown timer has been added. When countdown reaches 0:00, the game automatically jumps to loser screen. However for now it gets stuck on the loser screen.
- - - - - - - - - - -
UPDATE: 08/10
- Countdown timer has been fixed by adding start and reset functions. It now counts down from 1:00 down to 0:00 only upon entering the game screen (as it should) and then automatically jumps to loser screen.
- The bug that caused the game to not consistently jump to the loser screen has been fixed. It now works every time.
- The temporary navigation buttons (yellow arrows on bottom corners) have been updated to work properly with the timer.