kjscott

LD25

My Little Terrorist – Sneak peak video and spritesheets

Hi and welcome from the team’s artist,

Since our last (and first) update we’ve managed to advance a little bit further on the game, we’ve got some working gameplay, new spritesheets and new features are being added even as I type this.

Check out the video to find out a little more about the game!

And our spritesheets so far!

my_little_terrorist_spritesheet

my_little_terrorist_spritesheet2

Follow us on twitter:

Tags: My Little Terrorist

LD26

Vs.

This is my first post for this competition so let us start of with the basic premise of the game. You are fighting against the evil minimalist regieme who have all but wiped everything out leaving a world with only the most basic graphics, colour and gameplay. As the commander of the rebel forces you must wage a war against this foe to bring back depth, colour, intricate gameplay, well … everything really back to to the game world.

shot1

The core gameplay in its simplest form: Three lanes, simple rock/paper/scissors combat system, three buttons to spawn units, a bar to show the current swing of the battle and a legend to help explain the combat system.

 

shot2

As you start to score victories against the evil minimalist regieme the game slowly changes, at first you start to develop backgrounds.

shot3

After that the game gain colours.

Future development will start seeing audio put in, evolving graphics and a more intricate combat system as you reach your goal of total “realism”.

So that’s it, the basic premise of Vs., hopefully it’ll be as much fun as I’ve had making it.

Tags: vs

Vs.

So I finally got my entry all sorted out and entered for the game jam, as it turns out I could have submitted it for the solo competition because I never got any help, wrote all the code from scratch and used tools that were publically available for the audio but I wanted the extra day to not rush and to just chill out with the game.

The game “‘vs.” still looks very much the same early on but I altered the start a bit so it was even more minimalist early on and slowly building up different gameplay, graphic and audio aspects.

Time to go play some of the other entrants.

Tags: vs

Ludum Dare 46

Looking for browser-based games to play

I'm currently spending far too much time trying to find browser based games to play and give feedback on, so if you have created one (or have one you really like and want to shared) why don't you put a link to it in the comments so then I (and anyone else who looks at this) can play them. I'll try and go through and update this thread with a list of them:

  • https://ldjam.com/events/ludum-dare/46/space-station-alpha
  • https://ldjam.com/events/ludum-dare/46/gaia
  • https://ldjam.com/events/ludum-dare/46/resquack
  • https://ldjam.com/events/ludum-dare/46/ld46-charger
  • https://ldjam.com/events/ludum-dare/46/keep-pit-alive
  • https://ldjam.com/events/ludum-dare/46/firestarter
  • https://ldjam.com/events/ludum-dare/46/red-vs-blue
  • https://ldjam.com/events/ludum-dare/46/stranded-pirates
  • https://ldjam.com/events/ludum-dare/46/macho-malcolms-smashing-guard
  • https://ldjam.com/events/ludum-dare/46/jibiers-adventure-valentines-curse
  • https://ldjam.com/events/ludum-dare/46/lifeanti-viral
  • https://ldjam.com/events/ludum-dare/46/mark
  • https://ldjam.com/events/ludum-dare/46/cheat-or-die
  • https://ldjam.com/events/ludum-dare/46/coins
  • https://ldjam.com/events/ludum-dare/46/the-last-guardian
  • https://ldjam.com/events/ludum-dare/46/crossroads
  • https://ldjam.com/events/ludum-dare/46/$187295
  • https://ldjam.com/events/ludum-dare/46/examine-prescribe-heal
  • https://ldjam.com/events/ludum-dare/46/cacophony-the-ballad-of-the-celestial-goblin-king
  • https://ldjam.com/events/ludum-dare/46/keep-it-alive-27
  • https://ldjam.com/events/ludum-dare/46/bodyguard-for-chicken
  • https://ldjam.com/events/ludum-dare/46/cactus-adventure
  • https://ldjam.com/events/ludum-dare/46/arex-contain-and-keep
  • https://ldjam.com/events/ludum-dare/46/the-ruins
  • https://ldjam.com/events/ludum-dare/46/air-ball
  • https://ldjam.com/events/ludum-dare/46/hikikomori-simulator
  • https://ldjam.com/events/ludum-dare/46/substitute-dj
  • https://ldjam.com/events/ludum-dare/46/bankruptcy-countdown
  • https://ldjam.com/events/ludum-dare/46/ark-survive

HTML (and others) games viewer

  • https://ldjam.com/events/ludum-dare/46/joe-the-balance/ludum-dare-viewer

Space Station Alpha - Retrospective

So I thought I would take a little time to reflect on what I created for Ludum Dare, you can play the game over at https://ldjam.com/events/ludum-dare/46/space-station-alpha

What went right?

Overall I think the tone and the atmosphere of the game was pretty much nailed on exactly what I wanted it to be, a large station that you don't know where everything is, something trying to kill you that starts chasing after you but can be driven away only to come back later.

I really wanted the player to think about their choices, and I think I managed to do that with ways to win the game, resources to manage, pathways you can take, what to fix, when to run or when to fight back. I thought that if I could give the player enough choices then the story they create through their own experience would become richer and more meaningful to them.

What went wrong?

Early on in the coding I made what I thought was a simple design about how the camera would operate, then half way through I changed my mind as I realised it wasn't good enough and would limit the players experience. By this point it was so deeply ingrained into the code that after an hour of trying to hack it out I had to abandon the whole idea and revert back to how it was originally as it was just taking too long.

To flesh out the game environment I started to create more objected that didn't really do anything, and I used the same colour as I did for deactivated/broken objects. In hindsight this was a bad design decision as it made it unclear to the player what was something they could interact with and what they couldn't, and it would negatively impact their learning experience of the game. This ended up having to be resolved by a lot of written descriptions.

Finally the lack of in-game description of what everything was and what you were meant to do! When you're developing something on a really tight schedule it's very easy to get tunnel vision, that just because to know what to do that surely everyone will. Well, they didn't spend the 48 hours making the game and know every last part of the game. I did create a very simple description of the controls but I should definitely have devoted more time to providing that information in a nice clear way in-game than on the terminal... (see below)

What took time?

Doing the level design for the game was probably the single time sink of the entire project, it consisted of hand designing 16 different areas with their own theme, story, and integrating it into the overall design to make it challenging for the player while providing multiple ways to navigate the area. This was probably a full one third of the time I spent on the game.

While I like the effect, creating the terminal which pops up on screen and displays the text took far far more time than I should have let myself spend on it. It was probably a fifth of the total time I spent on the game whince.

The take-away

There was definitely a lot of things I could have improved with the time I had if I thought about it a little more but I'm happy with what I created. I've already drawn up a list of improvements that I will working on and the game will be updated once Ludum Dare 46 is complete.

Screenshots

Level design

Image 1|Image 2 -|- ld46emstation.p8/em3.gif|ld46emstation.p8/em8.gif

Art work

Image 1|Image 2 -|- ld46emstation.p8/em4.gif|ld46emstation.p8/em0.gif

Gameplay

Image 1|Image 2|Image 3 -|-|- ld46emstation.p8/em5.gif|ld46emstation.p8/em6.gif|ld46emstation.p8/em2.gif