Monday 24 August 2015

js13K - Day 11 - Cargo-72

Suddenly my js13k project seems to be coming on a little better - I seem to have the beginnings of a little game:
  • Terrain generation that gives me more or less randomness/control in different sections
  • regex styling functionality that makes the text art look cool by styling some characters differently
  • A buggy with independently rotating wheels controlled by keyboard, with different dynamics forwards and backwards
  • Physics for bouncing and ramping on the uneven terrain
  • Collision detection
After you google closure and then zip all of this you get 3.14kb - that seems pretty good to me at this point.

You can play the demo here  - use A and D to control the buggy.

No comments:

Post a Comment