README.md

June 11, 2016 ยท View on GitHub

simple_jam

cat catching flies. cat walks left and right, jumps in the air. flies fly around above the cat. if you land on a fly, you catch it/get a point. catching a fly gives you a little bounce/boost so you can try and catch multiples, get schweet combos.

  • background (room with window, floor, lamp...simple)
  • floor/wall/ceiling are colliders
  • player sprite (cat)
  • player collider
  • player controls (move left/right & jump (jump physics), gravity)
  • flies that come in from the sides. buzz around.
  • if player collides with fly, fly dies, get point
  • if player jumps on top of fly, gets a slight extra jump == COMBO
  • points
  • timer?