radiolemon

LD29

LD30

Lets make games!

6th Ludum Dare! I still remember my first like it was yesterday.

To everyone joining Ludum Dare for the first time: Have Fun!

Tools

  • Java
  • Notepad++ or Netbeans IDE
  • Audacity
  • GIMP or Paint.NET
  • Notebooks
  • Coffee

How my game is going

I got a lot more done than I expected myself too, which is a rarity. Making a game that has to do with sound and creatures from other planes going into a city and stuff.

First I made a big ol diagram from UMLet to get my head organized.

Diagram

Its kinda like programming, only you don’t feel forced to make a bunch of classes for the giggles.

It is in a PDF that I want to put in with the source code, and it has been a huge help.

I made something that reminds me of assembly language to make the game stuff happen. Think of a list of instructions being ran in order. It is gonna help a ton when it comes to making the gameplay.

Instructions

I am taking an online class for assembly language, and that is where the inspiration came from.

I also made the city be made from a text file in a JSON like, awkward to read format thingy.

 

progress2

This was inspired from Java and JSON. I could smash each building on 1 line, but then it would be harder to read, and it is hard enough to read as is.

So apart from text file parsing galore, I got this much graphics progress:

progress1

The lack of color makes it easier to see the color.

Those blotches are suppose to represent sound. The point of the game is going to be balancing the level of sound in the town. If it is too loud, then the Noise clan will break in the world; if it is too quiet, the Silence clan will break it. When this happens, you gotta fight em off with the mouse.

Next up is polish, because right now the game is UHHHHHHHHH-GLEEEEE

Middle of Day 2 (There are 10 hours left, guys!)

I got my kinda-sorta-art. The images are super-small, so you gotta squint.

silence_walking

The Silence clan

noise_walking

The Noise clan

Clubbin'

Clubbin’

And because text parsing is addicting, we got a launch configuration file.

 

"fullscreen" is the one that most will care about

“fullscreen” is the one that most will care about

I’m really surprised with how much time I have left, for every other Ludum Dare , I had about 1 hour to do sound, and 1 hour to get it working for release, but now I have way more time for that.

The launch file lets you point to a custom instructions file and a custom city file, and the extensions of the custom files don’t even have to be “.game.”

Maybe I will make a manual on how to write the game instruction files and city files so people can make their own gameplay experience and their own cities.

Done, Done, and Done

LD31

I’m in!

Environment setup tool

Tired of taking 3 minutes to setting up a Java environment for when you start a new project? This small tool generates the build script, manifest file, and file folders.

Getting ready

We made a Github repository, since we are working as a team, with some base code. Posting to adhere to the rules.

Working on the level editor!

Three cheers for seemingly zero progress!

progress1

Comments

06. Dec 2014 · 05:37 UTC
Banzai!

Banzai!

Banzai!

Level editor is going well

We be working

progress2

LD32

I’m in!

Time for another exciting round of Ludum Dare! This will be my 8th Ludum Dare!

My goal this time is to make something playable and fun to play.

I will be using:

  • Audacity for sound
  • GIMP for drawing
  • Blender for models
  • jMonkeyEngine if I do a 3D game
  • This library that me and TheColorMan made
  • Notebooks
  • Notecards
  • Plenty of coffee

Lets do this!

 

My base code

Made some fast base code that builds an SDL project, setting up OpenGL in the process!

Here

Flowchart maker that actually works

I’ve posted several flowchart makers in the past, but they all have been

crummy and broken, but this one is not, for realsies!

Process Sketcher’s github page

Tags: tool

LD33

Woo!

I did the last few Ludum Dares in a team, so this time I want to do it solo.

  • C
    • SDL and OpenGL for graphics
      • SOIL and SDL_mixer for handling media
    • Java as a fallback point
    • Javascript + WebGL?
    • jMonkeyEngine3?
  • Audacity for sound effects
  • Some music composing software if I decide to make music
  • GIMP or Paint for drawing stuff
  • Coffee because it tastes good
  • If my computer stops freezing when I try to livestream I will try to livestream!

This is my last Ludum Dare before I head off to college: this event has been a big part of my life all throughout high school, and I want to make this one my best entry!

Your heart!

animated_heart

Becoming more like a game

I just need to have it so you can eat stuff and die. Gotta balance the rates on everything afterward.

progress1

LD34

Ludum Dare!!!

This time is going to be a time crunch for me, because I won’t be able to start until Saturday morning, and I have finals next week

Regardless

Tools

-Java

-Audacity

-Paint.NET

 

I am hoping to

  1. Finish something
  2. Make it fun
  3. Have content that doesn’t suck

Progress

Gameplay is pretty much done. You can’t win yet, and levels can’t change, but that will be put in once I get my levels done.

The gameplay for this is simple compared to other projects, which will make it easier to create content and play test it.

I managed to make a level editor, so that will make level creation much easier and faster.

Level Editor

Level Editor

With only 2 enemies, badly drawn assets, and simple controls, finishing shouldn't be too challenging, even with only 7 hours left.

With only 2 enemies, badly drawn assets, and simple controls, finishing shouldn’t be too challenging, even with only 7 hours left.