Home | Rules and Guide | Sign In/Create Account | Write a Post | Donate | #ludumdare on irc.afternet.org (Info)

Ludum Dare 23 — April 20th-23rd, 2012 — 10 Year Anniversary!

Ludum Dare 22 :: December 16th-19th, 2011 :: Theme: Alone

[ Results: Top 50 Compo, Jam | Top 25 Categories | View My Entry ]

[ View All (Compo, Jam) | Warmup ]


About jfroco

jfroco's Trophies

jfroco's Archive

Mini LD# 31 – Work in progress

Posted by
Saturday, January 21st, 2012 4:16 pm

I’ve been working in a raycast engine made using Lua- Love2d. Lights working.

To do:
- Include sprites
- Music
- Sound

Not sure if I will have time tomorrow, but at least I would like to share this video with you:

http://youtu.be/iof0-jNhjfg

Good luck to all!!

In the Ruins of R’lyeh – Finished

Posted by
Sunday, December 18th, 2011 5:54 pm

Hi guys,

This is my fourth LD48… and I finished!!!!

In the Ruins of R’lyeh

This is my first time using Lua+Love2D :)

My entry is here

Regarding the theme. When I think of “Alone” + Video games and inmediately think about “Alone in the Dark” (the original one not the new one), an incredible horror video game. Alone in the Dark is based in HP Lovecraft’s mythos so I decided to make a video game about Cthulhu (One of the most important gods of the mythos) who is trapped in the ruins of the underwater city of R’lyeh. I can’t imagine someone more alone :)

Good luck to all participants.

Almost done: The Ruins of R’lyeh

Posted by
Sunday, December 18th, 2011 3:32 pm

Hi all,

I’m almost done… I “just” need to add:

Audio effects
More leves
Instructions

Please feel free to try this iteration

Löve source
Windows exe zipped

Use keys to rotate the city around the “hero”. Press “R” to restart a level.

Good luck

The Call of the Unnamable: first video

Posted by
Saturday, December 17th, 2011 12:48 pm

… I shouldn’t have tried to make a game about the Great Old One as I’m not allowed to move The Unnamable in the game (or in any universe) so I need to move the game around Him, instead.

As the game progresses some lines that used to be parallel are not parallel any more….. I’m losing my sanity.

 

http://www.youtube.com/watch?v=NCM6E7szRLU

 

 

The Call: some progress

Posted by
Saturday, December 17th, 2011 10:03 am

Hi all,

Still a lot to do, so far I created a first version of “the hero” (I can’t tell you who is it, but it’s unnamable), fog and “vegetation”.

screenshot

Yeahh.. almost three hours just for this.

Good luck!!!

The Call: Just finished basic gameplay

Posted by
Saturday, December 17th, 2011 7:55 am

Hi,

My game is going be about a Call… a Great Old One.

Been coding for a while… using Lua + Löve and Paint.net.

Screenshot

It doesn’t look very good but so far I have:

Basic gameplay
Placeholders
Level loading code

My plan for today:

Improve create graphics
Make some enemies and traps
Background music
Title screen (graphics + music)

Good luck to all!!

A Batman version of my LD 21 entry

Posted by
Saturday, September 10th, 2011 10:33 am

Hi all,

I1′ve been reading a lot of Batman comics lately and today I had a little time , so I decided to change some sprites and sounds in my LD21 entry: Carol and The Haunted Castle to make it look like a Batman game… this is what I did, hope you like it… you have to save Robin who has been kidnapped by The Joker and… you know the rest.

The game isn’t finished yet and the Batman sprites were made by Pegalulu

Best regards

Fixed an issue with integrated GPUs

Posted by
Tuesday, August 23rd, 2011 7:42 am

Hi all,

My entry

I just realized that the characters in my game are not centered when playing the game in a notebook with integrated GPU. The issue was that textures dimensions are not power of 2.

Here you can see the main character looks small and “uncentered”

I changed the texures dimension in this new version. So if you experiment the graphic issue please try the new version. I didn’t add anything just change the texture dimensions

Fixed version

The fix

Please don’t consider this for the compo, of course.

Best luck

JF

Carol and the Haunted Castle (WIP)

Posted by
Sunday, August 21st, 2011 9:16 am

Hi all,

Thank you for bringing the site back!!!

My progress so far:

Blood!!!
2.5D Engine
Enemies
Blocks and jumping
Multiple rooms with camera at different distances
One tune (made using Guitar Pro)

Next:
A better death (?)
One more class of enemy
locked doors and keys
Spikes in the floor (platform section)
More rooms

I’m not sure I’m going to be able to implement all features I want :(

Try the current version

Good luck to all!!

So far…

Posted by
Saturday, August 20th, 2011 7:47 am

Hi all,

 

This is going to be my third LD!!!

I’m currently working on a 2.5d maze adventure game using Game Maker 8.1

So far I managed to make the camera and character code in order to turn this:

into this:

 

My plan is to add:

- blocks (using different heights)
- jumping
- Add warp zones (change camera depending on the room)
- Add enemies
- more to come

Good luck to all participants!!!

Postmortem… The Last Robot Standing

Posted by
Saturday, May 7th, 2011 9:25 pm

Let me start saying that this is my second LD (previous one was LD17). Before entering to LD20 I watched the keynote and I “almost” cried: It’s great to be part of this.

So let’s start the postmortem of The Last Robot Standing…

Before knowing the theme

I wanted to make an isometric game like the ones I played when I was a child. I still remember the day when I played Knight Lore a game made by Ultimate (aka Rare) in 1984 for the Sinclair ZX Spectrum game.. it was the first “3D” game I had played and the graphics and gameplay were incredible.

 

The name of the game engine of Knight Lore was Filmation. So my goal was to make a Filmation engine-like game for LD20.

More information here:

http://en.wikipedia.org/wiki/Knight_Lore

http://en.wikipedia.org/wiki/Filmation_engine

 

My reaction to the theme

At the begginning I didn’t like the theme. I remembered I vote against it. But majority rules :)

It was hard to think about a game that was original and my first take was to refuse to use the “take this” part of the theme as part of the gameplay.. I wanted to use it for fun only instead of getting an object like a gun or something like that. That proved to be very hard ;)

 

Tools

I used:

Coding: Game Maker 8.1

Graphics: Paint.net

Music: ChordPulse + GXSCC

Audio: Audacity (I recorded my own voice for “sfx”)

 

Game development blog

The first day I was working on the engine. I wanted to have a map made of 8×8 isometric rooms, with two height levels made of fixed and movable objects.

I started with a basic 2D map and gameplay:

 

Then I changed the “draw” methods to make it isometric, I had already experimented with isometric graphics so it wasn’t too hard.

 

I added then movable objects using the chapter “Pushing boxes” in the book “The Game Maker’s Companion: Game Development: The Journey Continues”

Then I added jumps to the main character and movable boxes stopped working. Also, calculating depht was very hard and it was more like a trial-and-error solution rather than a bullet-proof algorithm.

It took hour to realize the movable objects weren’t solid objects so that was the reason I coudn’t jump over movable objects.

After that I implemented enemies. Enemies were very simple, they have an initial direction and speed and an arm rule (left or right). If they collide they use the arm rule to find a new direction.

After implemented enemies, I broke the movable objects code again :( I came up with terrible hacks to solve it ;)

I changed to a B&W (actually 4 colors) look and feel, and I added a B&W TV “filter” (actually it’s a transparent sprite). That was the end of day one:

So starting the second day, I had a pretty decent engine but not a theme-related gameplay.

Eventually, like 6 hours before deadline, I decided that the object was going to be a music or mp3 player that the hero would use to listen to music during the game.

In a couple of hours I put together four “songs” using ChordPulse (a relatively unkown “band-in-a-box”-like application) and then I saved the songs as MIDI files and gave them a 8-bit treatment using GXSCC.

A couple of hours before deadline I decided to use the movable blocks to push enemies against mortal blocks (spikes). It was hard to make the enemies instances to remember that they were killed when entering again to the same room, but I could solve it.

One hour before deadline I came up with an idea for the game ending…. so the game now had a story :)

What went right

The tools: I have become very proficient in Game Maker. It is simple to use. Now with version 8.1 it was easier to edit rooms. For the graphic style Paint.net was great and for music…

The music: I really love ChordPulse and GXSCC. I could put together 5 songs that I’m very proud of. The songs are not great compositions but I think they are simple and add value to the game. This is the “final battle” tune (it’s simple but I really like it):

Final Battle song

The engine: I can’t believe I actually wrote a filmation-like engine… I wish it was 1984 and I would have been rich ;) Of course the engine is super simple, but I think it’s a good start

The gameplay: I really liked the gameplay.

What went wrong.

The music: I really would have liked to have more time to compose more and better songs.
The graphics: I’m not very good at graphics, I’m mainly a programmer so my graphics are very blocky and geometric
Few game elements: the hero, fixed blocks, movable blocks, mortal blocks and one type of enemy.. but I couldn’t do more in 48 hours
Few rooms – small map… again I couln’t do more in 48 hours.

Conclusions

I really liked this LD, I’m proud of finishing a game in 48 hours and I will continue working in my isometric engine.

I hope you enjoy playing the game as much as I enjoyed making it.

My entry

A gameplay video in spanish

Good luck to all participants

The Last Robot Standing – Gameplay video

Posted by
Wednesday, May 4th, 2011 11:57 pm

Hi,

A video of my game made by a website dedicated to video games from my country – Chile (www.glitch.cl). It’s in spanish ;)

My entry

Done!!!

Posted by
Sunday, May 1st, 2011 5:51 pm

Hi all,

This is the second LD48 I managed to finish (20 minutes before deadline)

My entry is a tribute to Filmation engine games from the 80s. I made a lot of effort in this game, but it is small and not too hard.

I hope you enjoy: the gameplay, the graphics, the story (yes it has a story) and the music (specially the music ;) )

The mandatory screenshot:

My entry

Good luck to all participants

The Last Robot Standing!!

Posted by
Sunday, May 1st, 2011 1:15 pm

Hi all,

Just came up with a name for the game “The Last Robot Standing”, in the last two hours I decided the gameplay mechanics:

… and the missing secret “take this” piece :

It's a secret ;)

My friend never sent me the sprites, so I will use my own uber minimalistic graphics. This is how the game is going to look:

Four hours left to implement the gameplay and finish the music.

Good luck!!

First day is over (I’m tired)

Posted by
Saturday, April 30th, 2011 10:38 pm

Hi all,

First day is over. My filmation engine is almost done. I failed with a couple of goals, but not too much.

My partner sent me the sprites for the main character… still waiting for the rest of the sprites, before use them in the engine, so the “graphics” were made by me in the following screenshots:

Still working on the gameplay concept :(

Good luck!!

4 colors, jump

Posted by
Saturday, April 30th, 2011 1:28 pm

Hi all,

I’m waiting for my partner’s sprites. So far I have implemented jump and a 4-colors style using blocky-graphics.

This is the same room in 2D ;)

Goal for today. Simple filmation engine:

Movable blocks
Mortal blocks
Enemies
Goal
“Weapon”
B&W TV look

Goal for tomorrow: music, better sprites, original and theme-related gameplay ;)

Good luck!!

Progress so far MyFilmation v0.03

Posted by
Saturday, April 30th, 2011 10:36 am

Hi all,

This is what I have so far… I’ve been working on an isometric engine

I just read another post and there is another old school isometric game in the contest… good luck!!

Filmation game

Posted by
Friday, April 29th, 2011 11:00 pm

Hi all,

I have been experimenting with an isometric graphics engine, so I will take the opportunity to make it real: our game is going to based on an old game engine – Filmation

Filmation

The scenario is going to be a bad neighborhood, you’re on your own, and you receive an object to defeat your enemies and rescue…. you know the rest.

The object is going to be an old cassette-radio boombox and the gameplay (not defined yet) is going to be around music and cassettes.

Happy LD!!!

Clean the Island!! Postmortem

Posted by
Sunday, May 2nd, 2010 1:09 am

Hello,

First of all, thank you all for your nice comments.

This is the postmortem of my entry for LD17: Clean the Island!!

My plan:

  • Submit my first game to LD :)
  • Learn PlayBasic: I was looking for a language that allows me to code 2D games. I chose PlayBasic because I read it has sliding collision and pixel perfect collision built-in.
  • Compose and play a great song for the game
  • Have fun

(more…)

Clean the Island!!! “complete”

Posted by
Sunday, April 25th, 2010 7:00 pm

Hello friends,

Just finished submitting my entry (4 minutes left).

You can check it here: http://www.ludumdare.com/compo/ludum-dare-17/?action=preview&uid=2085

I just could include one level, but the game mechanic are there, so I think it has potential ;)

It was a great weekend and I learn a lot (I couldn’t make timer-based movement works, but…)

Good luck to all participants!!!


All posts, images, and comments are owned by their creators.

[fcache: storing page]