JS Advanced - Mini Game Project - A side-scrolling game created using JS.
- Check out the App Library
- The game is a side-scroller where the player controls THE SOFTUNI WIZARD, attempting to fly between infesting bugs without getting hit by them.
- Along the way the player collects points.
- Points come from reaching as further as you can.
- Bonus points are awared upon killing a bug.
- The goal of the game is to collect as many points as possible.
W
,W
to move UP.A
,S
,D
--> PressA
to move LEFT,S
to move DOWN &D
to move RIGHT.Spacebar
--> PressSpacebar
to shoot bugs.
- The computer generates bugs randomly across the right plane of the board.
- Move using
W
,A
,S
&D
and avoid the bugs. - Press
Spacebar
to shoot bugs for bonus points. - Survive! :)
- Bonus tip:
Spacebar
can be held for continuous uninterrupted shooting.