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

Thanks for making Ludum Dare 26 AWESOME! See you in August!

Ludum Dare 26 — April 26-29th, 2013
[ Results: Top 100 Compo, Jam | Top 25 Categories | View My Entry ]
[ View All 2346 Games (Compo Only, Jam Only) | Warmup ]

[ 10 Sec Video Compilation (x3) | 260 Game Video Compilation | IndieCade Deal | Ludum Deals (Unity Deal Ends Soon!) ]


About spacechase0

Entries

 
Ludum Dare 26
 
Ludum Dare 25
 
Ludum Dare 23

spacechase0's Trophies

spacechase0's Archive

Progress

Posted by
Saturday, April 27th, 2013 12:52 pm

ld26

Participating

Posted by
Friday, April 26th, 2013 7:00 pm

I’ll be using C++11 and SFML 2 (EDIT: And libnoise (EDIT 2: Not really)), with some of my base code.

On the Run Post-Mortem

Posted by
Thursday, December 20th, 2012 11:45 am

So this is probably the first time I’ve gotten something fun in a few years. :P I usually end up with playable prototypes, but slowly stop working on the project for one reason or another.

Theme

This theme was probably the worst one there could be. I don’t like playing as the bad guy. :P I did think of a cheesy workaround, but I never put it in the game, as the “” implies.

This is also a problem for voting… A lot of the games seem to involve killing people, and also seem to have blood. I don’t exactly like those a lot. :P

What went right

  • Graphics. When I was playing around with my prototype Friday night, I just started with a circle. Until I added the trail, it was hard to see what direction the player was going in. so, I changed the point count of the “circle” to 5 to make a pentagon. After adding a small pentagon in the front, I had a little “car” to move around. (See progress/0.png)
  • Gameplay. Although I was planning on adding a few more things to the gameplay, the game itself was pretty much finished on Saturday. I also had been polishing things as I went along. Both of these were important considering the last point of “What went wrong“.
  • No organization. Seriously, if you look at that code, your eyes might fall out. I specifically tried NOT organizing my code (and not using good practices… :P ) to see if I would make more progress, and it seemed to work. Eventually I need to organize this though…
  • Difficulty + “AI”. Implementing difficulty levels was really simple. I have some base values for Easy, and then some multipliers used for harder difficulties. The “AI” is really just some random numbers for distances the cars should follow you, when they should speed up or slow down, etc.

What went wrong

I pretty much was just low on time. I was only able to work on this a few hours on Friday, and then most of Saturday. Sunday… not so much. :P

What’s new

  • Sounds. Already done.
  • Better levels. The levels that generate are stillterrible, but I’ve tweaked it some to make it slightly better.
  • Finished the intro screen. Already done.
  • Highscore screen. Already implemented.

The entry is here, with downloads for both the compo and post-compo version. :)

On the Run Submitted

Posted by
Sunday, December 16th, 2012 6:57 pm

Well, I didn’t get a chance to work on it more today like I wanted, but luckily it was at a pretty good state yesterday. Just skip the intro screen, nothing happens. :P

s538.1
(Click that screenshot.)

More Polish

Posted by
Sunday, December 16th, 2012 5:59 am

7

Last update for the day. :P Once I’m done and get access to the internet) I’ll submit it.

Interesting Glitches

Posted by
Saturday, December 15th, 2012 7:48 pm

I think I broke something when I added the pause code…

6.5

That kinda makes me want to make the trail stay like that though. Maybe I’ll add an option for it afterwards.

Main Menu

Posted by
Saturday, December 15th, 2012 7:01 pm

Yay. :)

6

So next I need to finish up the game over session, and then more polish (and maybe add a feature…?).

Broken AI

Posted by
Saturday, December 15th, 2012 5:12 pm

So my AI (if you can call it that) is slightly broken, and the speed is a little too fast.

What is the result? Police cars that fly around like birds.

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

(How do I embed that? I thought WordPress would accept the HTML…)

It’s a game!

Posted by
Saturday, December 15th, 2012 3:09 pm

Managed to get some more time, and I can finally call this a game now (even if a boring one):

4

Distractions

Posted by
Saturday, December 15th, 2012 1:25 pm

This isn’t the time for a theological debate. :P

But I can hack what I have into being a game, so oh well.

Implementing Failure (part 1)

Posted by
Saturday, December 15th, 2012 12:15 pm

After a few more unrelated things around the house, I implemented the player lives and obstacle collisions:

3
The player flickers for an invincibility period, and those partially transparent green circles shoot outward when you hit an obstacle.

Next I need to make it do something when you run out of lives.

Obstacles, part 2

Posted by
Saturday, December 15th, 2012 10:56 am

I’ve been kinda busy today, but I finally fixed the glitches. The difficulty system seems to work well.

2.5

Obstacles

Posted by
Saturday, December 15th, 2012 7:02 am

Kinda glitchy right now.

2

Basic Level Generation

Posted by
Friday, December 14th, 2012 10:15 pm

So I’m going to try procedural level generation:

1

Scary!

Now, off to bed. :P

Beginning

Posted by
Friday, December 14th, 2012 9:16 pm

Well, it isn’t much, but it’s a start.

0

I’m going to try to go without any image files, since I’m not good at any part except programming. :P

For now I’m thinking you’re running away from the police or something… Probably not very original though.

Participating

Posted by
Friday, December 14th, 2012 8:05 pm

Not exactly a theme I like… And I’m kinda busy this weekend…

I’m using C++, SFML (2.0), my utility library, etc. etc.

I’ll try keeping all my code in a single file and see if it’s faster for development for a rough game…

This isn’t going to turn out so well, is it? :P

Participating

Posted by
Wednesday, August 22nd, 2012 5:52 pm

Kinda forgot to post earlier. Is these posts necessary? :P

Using C++/SFML 2.0 for the Competition like last time, with this and this, also like last time.

My schedule is a little bit better this time, too… Hopefully this time I’ll finish, and it be related to the theme, too. :P

Progress

Posted by
Saturday, April 21st, 2012 8:41 am

So far this is what I have:

It’s going to be some type of farming simulator. :P The interesting part is going to be trying to fit the theme in…

Game Base

Posted by
Monday, April 16th, 2012 3:31 pm

Not really a whole lot, but still: Click. It’s for C++/SFML2. Make sure C++0x/C++11 is enabled.

(more…)

Participating

Posted by
Sunday, April 15th, 2012 7:01 pm

Guess I’ll try to make something for this for once… I’ve read about this before, but never really looked into it. :P

I’ll pretty much be using C++ and SFML. I’ve actually been using both for a few years, but I usually don’t ever finish anything. :P The first thing that actually got finished was Warehouse Panic (and my friend, u9, did most of the work), and I really haven’t finished anything since. I’ve gotten a couple of things close, but most things that I’ve finished are private tools for one of my parents.

This is going to be interesting since I’m going to be out of town for the whole thing (minus a few hours), and the laptop I use (Mac) isn’t exactly my favorite for programming… Oh well. I can still try. :P

I have some extra code lying around that I’ll probably reuse (like this), but needs to be separated from the actual project first.


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

[cache: storing page]