Game Programmer

All the buttons!

Genre Platformer
Year 2014
Platform Web
Tools used Actionscript 3, Flash Develop, Tiled
Development time 3 months
Team size 2 person
Role Designer, programmer
Play Play

Platformer where players must press buttons in order reach each level’s exit. Some buttons are linked to various mechanisms, making walls move, lasers shoot and so on. While it is not required to press them all, you feel obliged to.


Continuous collision detection

2D continuous collision detection was implemented using velocity projection

External level creation

Levels were created using the Tiled map creation software and then parsed into the game.

Multiple mechanisms can be customized in the map configuration to activate or deactivate on button signal events.

Uniform level surface

Level platforms are made so they always represent a single level surface.