A helicopter game developed in JavaScript. It is controlled by keyboard, has enemy animations and sound.
- Helicopter can shoot
- Helicopter controlled by keyboard (WSD)
- Helicopter can rescue friends
- Two enemy types: one in the land, other in the air
- Flying enemy appears in a random vertical position
- Detect collision with enemies
- Enemies are animated from right to left
- Add music and SFX (shoot, gameover, explosion, lost, rescue)
- Compute pontuation in scoreboard
- Use custom font
- jQuery
- @keyframes CSS Rules
- JavaScript DOM Manipulation
- HTML Audio Tags
You can access the live page here.
To clone and run this application, you'll need to install Git. Furthermore, it's recomended that you have a good editor to code like VSCode.
From your command line:
# Clone this repository
$ git clone https://github.com/davidevandro/apache64 apache64This project was developed during a course from Digital Innovation One in a program called JavaScript for Game Development.
This project is under license MIT.