Game Review – LD30 Game: Icarus Crisis

August 27, 2014

Game Review

Icarus Crisis is a game made for the Ludum Dare game jam, this entry had a maximum of 72 hours to complete, but was done by a solo developer, rojo.

 

Icarus Crisis – rojo (Click to go play)

Icarus Crisis is a complex turn based strategy game, which reminds me of a playing on a table top against the game rules.  The primary mechanic is the chance of dice, but each dice has different chances, and your crew members can gather more dice by exploring around the world.  After each member gets a turn, the gate opens even wider, providing suspense and rushes the strategy to prevent useless moving while still collecting dice.  Be careful of exploring and finding the possible ambush from the formless!

Read the rest of this entry »


Game Review – LD30 Game: Drempt

August 26, 2014

Game Review

I had a little free time this evening after work, and since the Ludum Dare game jam just finished this weekend I decided to give back a little since my LD30 was a pretty big failure.  On the #ludumdare irc channel, I asked for a game to review, I can’t actually rate the games, but hopefully this will be better than any ratings received, I know I always appreciate the feedback and comments more than the ratings themselves.

Drempt – DesertRock (Click to go play)

Read the rest of this entry »


Cracked! Post-mortem

May 9, 2012

LudumDare 23 was held April 20th-23rd.  This was the third event I’ve participated in, and was many firsts for me; First collaboration in an event situation, first time using flash/ActionScript and first time not needing to worry about creating the content.  The following is a post-mortem about the Ludum Dare version of Cracked!

What went wrong?

– We never setup source control until the event started.  This did not cause many issues, but was something that could and should have been ready to use.

– The simple tile editing tool created the week before did not work on joekinley’s computer- different flash versions have different security issues with when something can be copied to clipboard or saved to file.  This fought with us a few times during the weekend until we properly researched the issue.

– The editor saving issue caused us lose a bit of time, creating levels that could not be saved.  It also delayed the level creation process until pretty late in the game- and once we finally got there the game did not play as strategically as initially designed.  Multiple possible causes, but no time to to really fix.

What went right?

– Most of the project went very smooth.  joekinley and I were able to communicate effectively and completely avoid dead-locks (keep busy) while we dealt with time-zone issues and sleeping schedules.


Postmortem for ‘Escape’

September 2, 2011

Originally written August 24th in my LudumDare journal.

I am not sure postmortem is the proper term for this entry, being I can’t be sure the life of the project has come to an end.  Perhaps it has.  Regardless of the lifetime of the project, this post is about what happened, what went right and what went wrong, as I worked on my Ludum Dare 21 entry: Escape.  Sorry, I made the “what happened” a little longer than I expected, skip to the bottom for a true post mortem.

Ludum Dare 21: Start – 1 month:

This weekend started at least a month before with preparation and cleaning my slate for the entire weekend.  I made it clear to family and friends that I would be busy during the weekend.  Under no exceptions, (perhaps a big pay bonus), was I going to go into work; regardless of the circumstances or consequences.  Luckily work didn’t want me to come in, so I didn’t need to worry about consequences.  I had my framework picked; homegrown DirectX 9 engine written in C++, my language of choice.  I was set.  The week leading up to Ludumdare I made a blank project from my template – in doing so I felt I’d automate this process; which took me the full week nights after work.  However, I can now type “CreateProject ProjectName” and out comes an already compiled template project that is at blank screen and ready for development.

Ludum Dare 21: Start – 5 hours:

No lie, there were several ideas floating around my head and was hoping for Castles to be the theme.  I went shopping for some food and supplies for the weekend so I didn’t need to waste time doing so later.  The IRC channel; #ludumdare was insane, I started a G+ hangout that filled with so many people, and I didn’t know them all, but we all shared a passion for Game Development.  Finally, it was time.

Ludum Dare 21: 48hrs Remaining

Theme: Escape.  Thoughts crossing my mind, #ludumdare going insane, I left the G+ hangout and went to my white board, and to cook a meal while I thought up ideas.  I was pretty surprised that I had three right off the bat, each with their own challenges.  One was a turnbased puzzler that would have been easy on the programming side, harder on the content side.  Another I threw away based on scope, it was much too big for a weekend.  The final was a physics based glider falling through a maze like puzzle to the ‘exit’.  Despite being harder with math and level design, I choose the physics based glider on the basis that content would be kept to a minimum.

Ludum Dare 21: 44hrs Remaining

I had created a 2D camera, and sprite class – two things I overlooked on my framework, which admittedly is typically used for 3D projects.  I managed to get the basics going before heading to bed to sleep on my idea before committing completely.

Ludum Dare 21: 36hrs Remaining

Woke up, ate a good meal and planned to work on the physics of the glider until I got it right, so that I could avoid wasting time on level design by setting the physics in stone before a level is started.  The physics gave me some problems, it took awhile to figure out that the equation for lift did not apply it in the correct direction.  That and other strange things.  I spent far longer on the physics that I wanted, and I never got quite what I wanted out of it – but it was somewhat controllable.

Ludum Dare 21: 24hrs Remaining

I spent about 2 hours trying to get a randomized tunnel to generate, and quickly gave up on the basis I didn’t like the outcome of any of the work.  So at this point the choice changed to making a quick and dirty level editor, which actually came out very well.  By the time I went to bed I had wrapped up a level editor that I could play, edit, play, edit in quick succession.  Hung out on G+ hangouts as much as possible, had some good discussions while still getting stuff done.

Ludum Dare 21: 13hrs Remaining

Motivation has dropped quite a bit even though I was on the final stretch.  Time pressure was starting to begin as I realized I didn’t have a level or anything – but I did have my main gameplay mechanic; physics.  To accurately test the level I was about to develop, I needed to add the collision for the game – which was much more difficult than it seemed.  Despite using code I had from another project for line-to-line collision, it did not work.  In the end, debugging proved that I was putting in the wrong lines…  Many hours wasted.

Ludum Dare 21: 6hrs Remaining

A final burst of energy to finish the level, add a score counter, title page and share it on #ludumdare – got some feedback, made a quick and dirty tutorial page – that added a lot to the look and feel of the game.  Removed the level editor and temp map files for the final build.  Tried making some music for the game, but failed miserably.

Ludum Dare 21: 0hrs Remaining

Submitted the project as a jam on the basis I did not share my code.  However, I followed every other rule strictly.

 

Ludum Dare 21: Postmortem; What went wrong

  • This was the buggiest project I’ve worked on in years, I had to cross hurdle after hurdle; physics, line collision, level design.
  • I did not put enough effort into created the game music, or sound effects – and this would have paid off huge in the end.
  • My own expectations were let down on basis of; physical feeling and level design.
  • Although I took a good share of breaks, getting out of the apartment would have been useful.

Ludum Dare 21: Postmortem; What went right

  • The visual quality stunned me, it actually came out looking decent.
  • I made good use of breaks for food, shower, sleep, and thinking.
  • I finished, it was close to complete, and I had a lot of fun.

 

Check out the project, rate it, leave comments and most of all – hopefully it is enjoyable, even for a few moments.