nikkesen 2013-08-26 21:26
There's no link to the game or source.
Foon → Ludum Dare Explorer → LD27 → LD27 Matching Platformer
By anthonyl
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 1970 |
There's no link to the game or source.
Ya i'm not sure why it's not displaying .. added links here
download (linux) http://dro.pe/ld27.tar
source http://dro.pe/ld27.cpp
Windows port would be appreciated.
I couldn't really figure the game out. On the one hand, strategically, once you are trapped between two two-high blocks you're basically stuck. Also, if several blocks match in colour, they don't disappear until you cycle through the colours (maybe? Sometimes they still don't disappear then!) It would make more sense if there were more constraints, like don't put a block on top of a block until the "level" below is full. The concept is a neat idea though.
thesunnyk, I def agree on the additional constraints
also I was only allowing color switching after you jump onto a block rather then just touching it from the side
> like don't put a block on top of a block until the "level" below is full. The concept is a neat idea though.
could be really cool .. i think i'll throw it in .. i've also been playing by making the grid much less wide which makes it a bit cooler as well
one note, the jam version of this game dose have a bug with the matching code
since I'm using this project to learn up sdl2.0 i'll be throwing it up on github in the next week or so and add some audio and such .. i'll throw up a link here once that happens
I get an error when launching the game:
./run.sh: line 2: ./a: cannot execute binary file
I'll try to compile it from source
Didn't quite get it.
Let's see what you'll make out of this :-)
Edit you entry for the download link, I almost gave up before I found it in the comments...
The concept is quite clever, but you should rather have "lifes" than die instantly (with no replay button?) when you are hit from above or are trapped between two towers.
another tip: just add a score display (maybe in the last hour of your time) to give the player at least some sort of "reward".
nice :)
-ENDESGA