this will be my first solo jam! really looking forward to see what comes out of it :D
I love using gamemaker studio for my personal projects, so I will probably be using that.
Look it's my "I'm In!" post. Anyways, I'm looking forward to jamming with all of you again. Bring it on!
If you want a sneak peek at what I'll be making (once the jam starts) you can follow me on Twitter to see progress updates and GIFs.
Count me in! I'm teaming up with @dollarone and possibly others. We're currently looking for a pixel miner and a sound crafter in case you're interested! :D
I hope to be able to join for the third time!!
Even if my games weren't too good the last two alakajams, I hope to have learned enough to make something better this time!
Got the weekend schedule all cleared.
Last time was my first game using Godot, and it was a good experience so I'll probably use Godot again.
Other tooling: Inkscape? Gimp? Krita? jfxr? Audacity? Tiled? Whatever it takes, I suppose.
With @thrainsa we are going to join our forces once again! Here's our past Alakajam! entries:
| 1st Alakajam! | 2nd Alakajam |
|---|---|
| Theme: Alchemy | Theme: You can't see everything |
|
|
We're going for Unity (C#) as usual. I'll be using, again as usual, Reason & Photoshop for music and art respectively, plus Blender if we end up making a 3D game.
Not sure what we'll want to make this time, but hopefully something not too ambitious so we can have enough time for contents & polish. Maybe an MMORPG.
Well I am definitely in! Might try joining forces and do a team game this time…. or just solo it? hmm
My second project as an independent interactive-digital-media developer is out and has been for a week.
Haven't been able to take part in Kajams due to work, work, work. The Artificial Intelligence one would have been fun, but alas. At least I had time to play through the entries now.
Looking forward to the 3rd Alakajam! Not skipping it for any reason.
I made a guideline image using the easel and background so I could tell where to draw in the game. Also, if you look hard enough, you can see the lines from any color. My 77% was the second of 2 tries after I made the guideline image. ^-^

Spike was probably my favorite game to play for the tournament. At first it seemed like luck, but eventually you figure out there are some rules to the map gen (or possibly hand made maps?).
First off, there's the obvious tip of figuring out where the walls are so you don't hit them from two sides.
Starting with this:

You can already tell where two blocks are, which leaves only one path through:

One of the "rules" I was talking about was the fact that (I don't think) the end is ever in a straight line from the starting point. I don't think I've ever seen a case where there was only one turn either.
You may be tempted to do this:

But going off of the previously stated rule, you can assume those routes are blocked, which leaves only a few paths:

Now let's take an example of another level. In this level, you start 2 blocks away from the spawn. Since it would only take two turns (not counting turning on the starting point) to get the the end, we can assume there are blocks there. Typically (not always the case), the levels don't make you walk through the entire area, so two paths are immediately obvious here:

Which as you can see, one of the paths I assumed was correct and led to the end without any deaths:

One more rule I'd like to point out is that the pathways are never 2 tiles wide. Which can help you guess even more block locations/likely paths farther on.
The "rules" for Spike are only coming from my experiences, so they may not be true. However, the "rules" still seem to be accurate, so they definitely helped me get a good score. :D