Thursday, January 23, 2014

Day 5: More exciting tiles, and maybe levels!?

Today I want to make some more exciting tiles, including:
a) tiles that set gravity a certain direction (either down or up) when you're in them
b) tiles that make you bounce when you stand on them/hit them
-----maybe a different color wall tile? Maybe a spring-sprite in the wall? (Ideally transparent so I can change the wall color)
c) locks / keys!
d) moving blocks?
e) extra gravity zones?

Eventually, all of this should be declarable in the map string:
_ = space
X = wall
n, e, s, w = spikes facing in that direction
G = goal
S = spawn
k = key
l = lock
u = up-grav
d = down-grav
* = extra-grav
B = bounce-tile
etc.

No comments:

Post a Comment