So as of now I’ve worked about 3h total on this game, got reminded that a repo might be useful…
I’ve got a walking, shooting player with a spaceship that can fly and shoot stuff.
No stuff to shoot yet 😀
Since I didn’t write an “I’m in” post it’s time to write an “I’m out” one.
Just submitted my game “OneChance”. It was fun to write it even though I didn’t have the whole weekend to do the LD. So it’s an effect of 5-6h of coding+stuff. I started out with one assumption: I’ll write a game in Love2D.
I used Hardon Collider by VRLD to first detect the collisions with ground (planned to do some actual terrain back then instead of two rectangles) then added the start screen with Hump (also by VRLD), it’s a really slick way to switch between gameplay and menus.
After adding all the entities and logic I decided to add some sound.So I
all within an hour.
Music was pretty quick too, I found Nehmulos’s post with a procedural Impulse Tracker module generator autotracker-bottomup by Ben “GreaseMonkey” Russel. After the 4th run I had a base track that needed some tuning, and lost the next 30min looking for a tracker capable of opening .it files on Ubuntu. Schism Tracker helped, and that’s how I got my music. It’s ogg instead of .it due to problems with mod files in love2d during the LD when I jammed with The Sheep. That took me ~45min.
Thanks for reading this and I hope the links will help you with other Ludum Dares and game jams.