duskpn

LD26

First LD!

First LD? Okay, let’s do this!

Took me about one hour, but I have an idea now… Time to code!

progress,progress…

I made a mockup of my game:

Capturar

and now I have something like this (the map tiles are random, for testing)

Capturar2

 

I’m having some trouble building the map, though. My idea is to draw the map on a bitmap image and read each pixel, drawing different objects depending on the pixel’s color. Does anyone have any idea on how I can achieve this? (Using libgdx)

 

Comments

27. Apr 2013 · 03:32 UTC
I have some code from an old project which does exactly this,

However, if you find Notch’s Ludum Dare entry prelude of the chambered.

Look at the source for that, he does the ame thing for his map. it’s 3D but it’s the same concept
paulopn
27. Apr 2013 · 03:34 UTC
Thanks!

break time

Capturar3

 

After some advice, I looked at Notch’s Ludum Dare entry “Prelude of the Chambered” and learned how to correctly process bitmap images the way I needed. I also implemented generic movement for characters, with the player being one of them.

To display the map, I’m simply getting the displayed area, looking up the map (stored as a bidimensional array) and drawing the squares as needed every frame. It’s not… exactly….efficient…but until I can find a faster way, it’s gonna be like that.

Now I’ll go do something else for awhile, maybe a nap, then I’ll implement collisions,shooting,health and enemies.

 

Please help me decide! =D

So during my nap i thought maybe the insanely minimal graphical style I had in mind would be a little confusing… So I detailed my mockup a little more. Still, I’m not sure which style to use, since I lose some of the “minimalism” using the new one.

The game is something similar to Zelda 1 stripped down to the bare bones.

So, Ludum Dare people, which one should I use?

This one? (the old one)

Capturar

Or this one? (the new one)

mockupb

 

Thanks for the help!

 

Comments

dissonance
27. Apr 2013 · 09:27 UTC
The new one.
27. Apr 2013 · 09:27 UTC
I like the new one better
27. Apr 2013 · 09:31 UTC
The new one is just a bit better, while still remaining quite minimalistic. I’d go for that one!
titi987
27. Apr 2013 · 09:31 UTC
The new one !
27. Apr 2013 · 09:35 UTC
The new one
matthewj234
27. Apr 2013 · 09:43 UTC
New one :)
paulopn
27. Apr 2013 · 11:25 UTC
New one it is! Thanks! =D

Current status+full plans+indecision

This is what I’ve got up to this point:

Capturar4

The player can move around and trees/water are impassable. The level is loaded from a bmp image.

Here’s the full plan for the game: it’s a Zelda-like stripped down to the bare bones. The player will be able to move around and shoot (“sword beam”) with a limited range.

The basic idea is “explore, get treasure, explore”. There will be dungeons and caves with enemies to be killed and treasure. As the player collects more coins, his attack’s range and power increases.

I’m not sure on what to do with health. I initially thought of doing a hunger bar, slowly depleting and recovered by enemy drops. After I thought of the coins, I thought of making each coin recover a little bit of like, in addition to increasing the player’s power slightly.

Another option is to add separated hp drops, but maybe that would make it too complicated for this theme.

tl;dr, the basic gameplay loop is:

explore->find treasure->get stronger->find more treasure.

Half way there…

Capturar5

Most game systems are already in place, I just need to implement level changing, enemy IA and a basic key system.

after that, make the levels, add sound and title screen/game over.

 

In need of music…

Is there any random music generator that lets me save the music it creates? I looked around on the tools, but found nothing…

Almost done

6586586_orig

Project status…less than ideal, but almost done. Can’t stop to eat, must finish on time.

Must  finish remaining maps, add a few more monsters. Still need an ending. Still, chances of it being done on time are high.

Must get back to work now.

Comments

TheColorMan
28. Apr 2013 · 20:22 UTC
If that’s a screenshot of your game I’m making extra accounts to vote for you

Giving up on the web version…

Using libgdx, I expected to port my game to a web version when it was done. Apparently it isn’t that easy, so I’m abandoning it in favor of finishing the desktop version decently…

Less than 3 hours! x_x

…crap…

…aaaand I just discovered a major memory leak problem that somehow escaped me before…with only 2 hours left…

LD27

Starting… But in need of engine…

A little late, but I already got the game conceptualized. Problem is, I don’t have a clue as to which engine/program I’m gonna use to make it.

I won’t need nothing too fancy, just some 2d graphics. If it’s some engine that easily supports tiles, even better.

Any ideas?

Comments

Photon
24. Aug 2013 · 02:04 UTC
Ever heard of Stencyl?
Not Me
24. Aug 2013 · 02:54 UTC
You could try 001 Game Creator.

Engine set, starting

Decided to go with my old friend, Unity.

1

And that’s a placeholder pokemon sprite.

 

LD28

Cup’s Quest!

title screen

screen1

screen2

This is the first game that I (Paulo) make as a team with my girlfriend (Bianca)! I made the code, while she made the art.

The concept of the game is simple: you have to reach the end of the dungeon, fighting monsters and solving puzzles, but with a catch:

Cup, the hero of the game, has only one arm, so he can only hold one item!
The item you choose at the beginning of each stage will define how you progress through it, with every item having many uses.

Originally, we planed for many more items and stages, but, of course, that wasn’t possible. Currently, there are 2 short stages playable, showing everything we could make, in the time we had, even though it’s rough around the edges…
We are definitely going to improve this game later, though.

Probably very buggy, I’ll correct everything possible as soon as I can. Web version coming soon.

PLAY!

LD33

Let’s do this

Well, I’m in for the Jam. My girlfriend is gonna help me, too.

I briefly considered using UE4, but I’ll keep using Unity for now,

Other tools to be decided, I need an idea first.

Getting started…

1

 

Game completely planned, with art on the way.

Meanwhile, I’m getting started with the gameplay. I’m glad I’m using Unity, at least I know how it works.

Done for today

2

It’s about 3am now, and I’m declaring the day over. Not much to show graphically, but most of the basic systems are fully coded: movement, camera, attacking, damage…

2 days left, so far so good.