Drunken Blimp Assassins
  • JavaScript 96.6%
  • HTML 3.4%
Find a file
2017-09-11 23:14:52 -05:00
.gitattributes Initial commit 2017-09-09 08:19:30 -05:00
fps.js Add input handler for keyboard 2017-09-11 22:07:32 -05:00
index.html setup initial canvas layout 2017-09-09 09:19:51 -05:00
index.js Create a player object that turns left/right 2017-09-11 23:14:52 -05:00
input.js Add input handler for keyboard 2017-09-11 22:07:32 -05:00
key-map.js Add input handler for keyboard 2017-09-11 22:07:32 -05:00
map.js Create a player object that turns left/right 2017-09-11 23:14:52 -05:00
player.js Create a player object that turns left/right 2017-09-11 23:14:52 -05:00
README.md Come up with an idea on the plot and gameplay 2017-09-11 20:45:08 -05:00

Drunken Blimp Assassins

This is a small experiment to create a game using the HTML 5 Canvas. The name of the game was chosen by The Video Game Name Generator.

Plot

While drinking some ginger ale at local inn, you overhear a group of people boasting about their plans to assassinate the local mayor. You can tell they are really, really drunk. The scheme is a grand one, as they are planning to do it at the same that that it happens in many other locations tonight. Your job is to save as many people as you can, and stop the assassinations!

Gameplay

Just like the assassins, you have a pirate ship outfitted with a balloon that lets you fly the boat. Find all the assassins and stop them.

  1. Up Arrow - Go Forward
  2. Left Arrow - Turn Left
  3. Right Arrow - Turn Right
  4. Down Arrow - Go down into an Inn / Town to reload / heal
  5. Control Key - Shoot pistols at a nearby boat (short range)
  6. Space Bar - Fire cannons from the sides

Setup

  1. In Google Chrome, version M61+, Enable Experimental Web Platform Features