ICECUBE by Stuntddude
A minimalistic "puzzle" platformer, made for the theme "Growing". Written in Java using the Processing 2.2.1 library. Sorry, no sound! I was working up to the last minute on levels and didn't have time.
Controls: WASD or arrow keys to move, SPACE to jump, R to reset, MOUSEWHEEL to zoom
Edit: In accordance with the compo rules, I fixed the follow issues with the original submission:
- optimized the game to run about twice as fast as it did before
- cleaned up and minified all images
- fixed a bug where player could get stuck sliding along walls
- fixed a bug where players can fall out of the level
- fixed a bug where jump pad launch velocity wasn't consistent
- fixed a bug where WASD and arrow keys didn't play nice together
- added "R-RESET" to the window title
- removed unnecessary folders from ICECUBE-source.zip
- fixed some code style issues
- ported from Processing 2.2.1 to Processing 3.0.1
for comparison, the original files are here:
JAR: https://www.dropbox.com/s/zcsgx4m0zwbrkdz/ICECUBE.jar?dl=1
SOURCE: https://www.dropbox.com/s/jkro2crtusgk7a7/ICECUBE-source.zip?dl=1
You can find the post-jam continuation of the project here:
https://github.com/Stuntddude/ICECUBE
Controls: WASD or arrow keys to move, SPACE to jump, R to reset, MOUSEWHEEL to zoom
Edit: In accordance with the compo rules, I fixed the follow issues with the original submission:
- optimized the game to run about twice as fast as it did before
- cleaned up and minified all images
- fixed a bug where player could get stuck sliding along walls
- fixed a bug where players can fall out of the level
- fixed a bug where jump pad launch velocity wasn't consistent
- fixed a bug where WASD and arrow keys didn't play nice together
- added "R-RESET" to the window title
- removed unnecessary folders from ICECUBE-source.zip
- fixed some code style issues
- ported from Processing 2.2.1 to Processing 3.0.1
for comparison, the original files are here:
JAR: https://www.dropbox.com/s/zcsgx4m0zwbrkdz/ICECUBE.jar?dl=1
SOURCE: https://www.dropbox.com/s/jkro2crtusgk7a7/ICECUBE-source.zip?dl=1
You can find the post-jam continuation of the project here:
https://github.com/Stuntddude/ICECUBE
| Universal (Runnable JAR) | https://www.dropbox.com/s/1cnkoa302klsbwn/ICECUBE.jar?dl=1 |
| Source | https://www.dropbox.com/s/pcz3tvw71gn6a0s/ICECUBE-source.zip?dl=1 |
| Timelapse video | https://youtu.be/v7pDlXnlMmE |
| Original URL | https://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=31623 |
Ratings
| Coolness | 57% | 3 |
| Overall | 3.52 | 263 |
| Fun | 3.62 | 167 |
| Graphics | 2.55 | 758 |
| Humor | 1.79 | 677 |
| Innovation | 4.00 | 49 |
| Mood | 2.71 | 665 |
| Theme | 4.38 | 33 |
Was I square pants bob? Alice in wonderland? Nice idea anyway, my funniest entry so far!
+ Simple but fun gameplay.
- Not nice to put the controls on the window's title.