Home

Awesome

TransCube

TransCube

A 2d puzzle platformer based on the concept of transforming into different "blocks", with their unique properties, and making you way to the end of the level with the provided transformations.
There are 22 levels in the Compo version. More levels, and level elements to follow in a fork of this repo.

Input

<table> <tr> <th>Action</th><th>Keys</th> </tr> <tr> <td>Left</td><td>Q, A, LEFT ARROW</td> </tr> <tr> <td>Right</td><td>D, RIGHT ARROW</td> </tr> <tr> <td>Jump</td><td>Z, W, UP ARROW, SPACE</td> </tr> <tr> <td>Select transformation</td><td>1-6 (numpad or top) or CLICK</td> </tr> <tr> <td>Transform</td><td>E</td> </tr> <tr> <td>Restart</td><td>R</td> </tr> <tr> <td>Next level</td><td>N, ENTER</td> </tr> </table>

Screenshot

Spoiler alert

Here's a walkthrough/speedrun of all the level On vimeo

Tools, code

Compatibility

<table> <tr> <th>Browser</th><th>Comments</th> </tr> <tr> <td>Google Chrome</td><td>Used during development, no known issues.</td> </tr> <tr> <td>Mozilla Firefox</td><td>Slight delay on sounds - Font vertical aligns are off</td> </tr> <tr> <td>Internet Explorer 10+</td><td>Font vertical aligns are off</td> </tr> <tr> <td>Safari</td><td>Performance issues, not tested on Mac OSX tho.</td> </tr> <tr> <td>Opera</td><td>Untested</td> </tr> </table>

Credits

Code Art