Minia by Frigolit
This game is a simple platformer, minimalistic in the sense that you can only move and jump (and die) and can only be killed by spikes. Other than that there are blocks that disappear under your feet and checkpoints to respawn at, that's about it.
The game consists of four levels and possibly a secret level...
The game is made from scratch in JavaScript using HTML5 canvas, so it requires a modern browser (tested primarily in Chrome). jQuery is used for handling some initialization and window resizing, other than that there are no special libraries used.
All the graphics and levels are done in Photoshop. A level conversion script written in Pike converts the images into level files (JSON).
Currently there's no sound but hopefully I'll have time to add that as well.
The game has taken ~14 hours to make.
Full source will be available on github.
Enjoy! :)
The game consists of four levels and possibly a secret level...
The game is made from scratch in JavaScript using HTML5 canvas, so it requires a modern browser (tested primarily in Chrome). jQuery is used for handling some initialization and window resizing, other than that there are no special libraries used.
All the graphics and levels are done in Photoshop. A level conversion script written in Pike converts the images into level files (JSON).
Currently there's no sound but hopefully I'll have time to add that as well.
The game has taken ~14 hours to make.
Full source will be available on github.
Enjoy! :)
| Play | http://frigolit.net/compo/ld26/ |
| Source | https://github.com/Frigolit/Minia |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=17908 |
Ratings
| Coolness | 44% | 1471 |
| Overall | 3.78 | 100 |
| Fun | 4.04 | 12 |
| Graphics | 3.74 | 170 |
| Humor | 2.88 | 214 |
| Innovation | 2.44 | 1014 |
| Mood | 3.20 | 300 |
| Theme | 3.35 | 737 |
You can search for "explode_tile_chain" in the source code at http://frigolit.net/compo/ld26/game/main.js for details. Sorry about the horribly uncommented code though >_<
Very challenging platformer with solid controls an a neat visual style. It does everything it wants to/should do, so I say big thumbs up!
The way things blow into bits is very satisfying.
nice entry btw!
I kid, I kid! Damn, so cool!
It looks a bit fuzzy - could that be as it auto-scales to screensize?
But game collisions are mad. And disappearing blocks worked on random way =(
The fuzziness/interpolation/antialiasing, which is indeed caused by the upscaling, I thought wasn't possible to disable at first and it isn't possible in Chrome, but in Firefox it is and I've fixed it in git (playable at http://frigolit.net/projects/minia/game), so when Chrome gets support for it it should work in that as well.
I didn't want to fix it in the LD-version since it changes how the game looks and could potentially be seen as breaking the rules.
- I like the graphics
- Not innovative
- I had to keep a hand on the R key because it's very difficult and I died often. I'd like it to auto restart or restart with any arrow key.
- It should't resize the screen to the window because it has low resolution.
- Please put a checkpoint at the beginning of the secret level :P
- I beated it the game but not the secret level (yet)
- I'd like to see the next version with sound
Great job. I'll check the source code because I want to learn to make games with HTML5
did you beat my game?
I regret not adding sound as well, would've done a lot for the game.
Thanks for the feedback! And nope, I haven't beaten your game yet :)