Prototype for player jumping mechanism in a 2D platformer. Actually, now that I think about it the same concept and logic applies to any game with a jumping mechanism.
Basic player movement on x-axis, y-axis, and z-axis (this being diagonal movement).
Messing around with shooting mechanisms for games.
This is a checkered board that I created to better understand tile-based games.
Enemy movement prototype