nbilyk

LD30

Ludum Dare First!

I might actually make a game this time!

I feel a little old for this, but it should be fun.

I’ll be making the game in Flash, although I haven’t touched Flash in quite a while, I’ll probably be able to create stuff the fastest for the web in it.

I really like that the competition is solo! I don’t have any friends, so that works out perfectly for me. I haven’t seen any past ludum dare entries, but I imagine the compo ones are mostly developer art and music? I should check them out.

My twitter is IndiePig if there’s an experienced Ludum Dare Sherpa who wants to teach me some things.

Comments

BexcellentGames
22. Aug 2014 · 21:13 UTC
I’m a first timer too! Good luck and looking forward to seeing what you come up with :)
xWarZonex
22. Aug 2014 · 22:00 UTC
You don’t have any friends :O

Jericho: Moon City

jericho

 

There’s no way I’m going to be able to wrap this up before 6, but I think I have a good start to something worth finishing.

The game is called Jericho: The Moon City, it’s set in 2130 and Earth’s problems are at their breaking point. Over-population, depleted resources, pollution, 80’s fashion revival, the whole bit.

You, a wealthy entrepreneur, have started to colonize the moon, creating a self-sustaining colony. The problem is that the U.N. hasn’t sanctioned your venture, and so you must fight off attacks from Earth, happening every time the Moon’s orbit is within attack range, every 411 days.

Given that I’ll be out of the competition soon, if there is an artist out there that likes this idea, I’d love to make this a real thing.

Twitter: IndiePiggy

-Nick

LD31

I’m in!

Doing the Compo, second ludum dare, but this time I’ll try not to bite off more than I can chew. That means, no trying to make an entire RTS within a weekend.

I’m not sure what I’m doing yet for tech, I guess it depends on what I want to make. I’ll probably use what I know, so either LibGDX + GWT, Flash, plain JS, or paper and crayons.

Time to stock up on snacky cakes

 

 

 

 

 

LD 38

A SMALL BEGINNING

It's not much yet, but I have a hello world live for my Small World entry. http://www.indiepig.com/games/LD38/

The game is running using a framework I wrote called AcornUI, in a little known language called Kotlin. The spermatozoa was created with a weighted mesh in Spine, so I can programmatically control its tail. That will hopefully give me more fluidity in animating turns and the like. The game itself will be pretty simple: fight for survival amongst your millions of brethren rivals. I don't plan on staying up late tonight, so I'll keep posting tomorrow!

Sim Sperm - Post Mortem

The game for reference - https://ldjam.com/events/ludum-dare/38/$18623

As always, Ludum Dare has been quite the challenge.

I completed the Compo track, 48 hours of complete isolation, alone and naked. Well... not so much naked.

It was a lot of work, crammed into a short amount of time. I put in about 22 hours total - Fri 3, Sat 11, Sun 8 hours respectively. I wish I had better endurance, but my wrists can't handle much more than that.

I've done Ludum Dare a few times now, and I think this has been the smoothest run yet. I'm getting a better feel for my limits, and making better choices that leads me to a completed game.

This time around, I spent more time thinking up front. I didn't just dive into making the first thing that popped into my head. I thought hard about what would be interesting, and THEN chose the first thing that popped in my head.

The idea came from some banter in the IRC room. Somebody (sorry, I forgot the handles) said the idea of Sim ant, and I thought, no smaller! So I countered with "Sim sperm". To which someone replied, "The greatest game ever conceived".

... Ugh, why didn't I go with the name "Sim Sperm", is it too late to change the name?

So the concept was easy enough -- The victory condition: impregnate the egg. The failure condition: To not be the single winning sperm.

I didn't think of it until later, but this technically makes it a racing game. ... with jizz...

screenshot.jpg

Something I did well this time around, was that I concretely defined my victory and failure conditions, and worked backwards. That is, within a couple hours of the first night I had a game that could be won or lost. It wasn't fun yet, but it was something I could technically submit.

The tech I used to create Sim Sperm is something I could talk for hours about. It's a framework I wrote called AcornUI. In fact, this is the first time it's been used in a jam. Acorn is a game and application framework written in Kotlin. It targets OpenGL-based systems and can be compiled to either JVM bytecode or JavaScript. (And eventually LLVM deploy for iOS and console)

My framework doesn't have the visual tooling like Unity does, but it does support Esoteric software's Spine. This allowed me to create a weighted mesh for a spermatozoa and have the ability to blend animations for swimming. When the sperm turn, I mix the swim animation with the turn animation, giving me very fluid-like swimming. This skeleton style of animation means I'm not pegged to a framerate, I can have interpolated (smooth) transitions from one keyframe to the next. It's impossible to show with a gif, but here's the tool I'm talking about:

spinesperm.gif

For the graphic pieces, I used Adobe Flash. I know, Flash is dead, but the tool is still what I'm most comfortable in to draw. I'm really not much of an artist, so I make due with what I know. I have jsfl scripts that create pngs, which get packed into sprite sheets.

The music was improvised on the piano. I actually did that early on when I needed a break from coding. I have a digital piano, but the process of recording to mp3 is a pain in the butt. I keep having either clipping problems or a high noise floor. I bet some audio nerds out there could help me out...

For physics I'm using something simple I wrote. It's no Box2d, but it's much easier to use. There are really just two parts to it, a controller that handles positioning, velocity, acceleration, rotation, and rotational velocity. And a SAT collision algorithm, that resolves based on minimum translation distance. There's no friction, joints, or anything like that. Someday I might get a Box2d implementation into Acorn, but for now, I'm happy with home brew.

Doing jams in my framework is the best way for me to discover friction points using it. Every new project shows me areas to improve. Overall I think this one went very smoothly, but I wrote several TODOs and FIXMEs along the way.

What I think I need to improve on for LD39 - - Spend more time in the creative zone. I very quickly got wrapped up in things like mechanics, physics, art, music, etc. In the end I was a little disappointed with the creativity. I thought the theme was cute, but in the end it was 'just a racing game'. I would have liked to be more innovative in the gameplay. - I need to learn or create better tools for content creation. The map was created by placing objects in Flash and writing a script to tell me their position/scale/rotation, but Flash really sucks for maps like that... It starts to get glitchy on you when you get more than a couple thousand pixels in size. - Don't add in a new game changing feature too close to the deadline. I added the immune cells (the green things that attack you) way too late. I like the idea, but they don't feel done.

Just need a few more votes

https://ldjam.com/events/ludum-dare/38/the-best-game-ever-conceived

GIF.gif

Sim Sperm, you are one in a million. Only one can survive.

Me: Developer, You: Artist

I like making games, but so far they've just been these little crappy 48 hour games. What if we had 480 hours??? We could make TEN crappy games!!! I'd love to step up my game making, and create some medium-sized web games. With other people even. For that, I need you, the creative type.

You: Talented 2D artist, or composer. Must have a solid portfolio (or at least a pretty jam entry). No flaky people please.

Me: 20+ years of experience with rich interactive application development. Formerly of Riot Games, currently Indie. My crappy game for LD38 - https://ldjam.com/events/ludum-dare/38/the-best-game-ever-conceived Another tech demo: http://www.dev2.nbilyk.com/spinetest/

Us: Good synergy, collaborative, unpaid, equity sharing for our creations.

If you're interested, DM me through here, or contact me here: http://www.indiepig.com/contact.php

Ludum Dare 46

Announcing my "inness"

This will be my 4th time doing Ludum Dare, bringing game jam games to a total of about 10.

My main goal is to get more experience with game design, learning how to be creative with simple concepts that can be created in very short amounts of time.

As I have the last few LDs, I'll be using a webgl framework I wrote in Kotlin called Acorn UI.

In preparation I'm going to walk the dog, eat, and clean. It's sort of a ritual to clean my office before a jam, and because it's been so long since I've jammed... it was gross... I stuck my keyboard in the dishwasher, seems to still work :)

IMGem20200417/em181717.jpg