/QWOPCopter

Overly hard 2D flying game

Primary LanguageJavaScriptApache License 2.0Apache-2.0

QWOPCopter

Join the chat at https://gitter.im/Null000/QWOPCopter

Overly hard 2D flying game

Use QWOP to fly (or ',RL for fellow Dvorak users)

DONE:

  • rendering stuff using Pixi.js
  • simple-ish physics
  • simple collision
  • very very basic objectives
  • is fun to fly

TODO:

  • display some text on the start
  • detect end of game and offer restart
  • mooooooore objectives
  • graphics... anybody willing to give me any to use?
  • recheck frame limiting code (everything seems slower on a different machine)
  • add appcache manifest so you can play it offline

DEVELOPMENT

  1. npm install typescript -g
  2. npm start
  3. (optional) npm install typings -g