Swift Plane is a game inspired by Flappy Bird with some additional challenges. The goal of the game is to propel the gliding paper plane, steering it past all obstacles to achieve the highest possible score. Wind resistance is against the paper plane, and the player must propel the plane forward, in addition to ascending upward past the peaks.
- Vanilla Javascript
- HTML5
- Canvas.js
- Webpack
- Player has full control of the paper plane both vertically and horizontally with the WASD keys.
- An infinite scrolling map to fly through.
- Randomly generates a new series of obstacles as the game progresses.
- Keeps track of the current game session's score as the player gains altitude.
- An all-time-high leaderboard.
- Hear toggleable music and gameplay sounds such as collision and upward/sideways movement.
- Allow player to switch through different paper planes/skins.
- Have different maps/themes to choose from.