It is an endless game where you have to avenge you fellow crewmates who were bombed by enemy planes. Are you up for the job cadet?
The game is inspired by Sky force. You can shoot down enemy fighter plane with you trusty companion plane. Collect stars as you destory your enemies to increase you score. But beware enemies can shoot and follow you. Try to avoid crashing into them or getting hit by their bullets. See how long you can survive.
$ npm i
$ npm start
The keys to move the player around are:
- a: To move left
- d: To move right
- w: To move forward
- s: To move backwards
- space: To shoot bullets
The score is computed on how long you have survived. Each star you collect fetches you extra 50 points.
- You have 100 health at the start.
- Every time a enemy bullets hits you lose 10 health.
- If an enemy plane crashes into you then you lose 25 health.