john

LD10

Doh, still thinking

Would you believe my luck? I’m 12, I know how to program etc. I want to take part in Ldum dare, but, as its a weekend and I can’t set my alarm I really overslept, still I have some strange idea for a game.

Basically its something to do with a train, and you need to drive it into pillows, cushions or something, and such a force it’ll do something else, I really need to fill in those gaps though.

A few graphics done, now coding starts

I’ve decided to change it so that you now need to see how far you can make the pillow go, which will lead to some obscure chain reaction.

Now the fun part…coding starts. 馃榾

To much sleep, not enough for a 12 year old

I dunno I think I’ll wait till I’m 15 before I attempt this again, to unrelaxed.

Still I’ve made up for all my missed time with a nice readable peice of coding, hope it lasts like that, now I’ll be off to add in object see ya!

Day 1 ended, I was to tired to note it

Well day 1 had ended with a nice source to change my origonal source to my new idea, which is basically the same, loads of progress yesterday, hope I do as much today with only about 5 hours.

First screeny

聽Most of my GFX are alright, except for the bicycle, which I can’t draw, then I was gonner take a piccy of my bike fore the game, but I couldn’t as it was at my grans, ah well.

My gameplay is finally coming together now though, you need to cycle into the pillow which will send you up, and you need to make sure you don’t start going down into the acid which will make your chain react in a most unpleasent way. 馃榾

screenshot-1.png

Final-ly

I hope its the final

I have finally got something playable, I just hope its fun, the GFX are pretty nice except for the bike, and you don’t always lose a life when hitting the laser.

How does it meet the theme? The bicycle chain reacts to the laser making it go all acid, i just wish i had more time to really implement the theme more.
http://www.mediafire.com/?5tdzmtwmmen
Same file promise!

Tags: final

Comments

PoV
17. Dec 2007 路 00:03 UTC
If you could you upload a screenshot to the site and add it to your post, that鈥檇 be fantastic. They don鈥檛 show up in the image grid on the final entries page if you don鈥檛. Thanks.
Endurion
17. Dec 2007 路 02:42 UTC
Hi john,
john
17. Dec 2007 路 04:34 UTC
Oh sorry about that, doh, I forgot that you can’t access our address, I’ll switch it to IP.
saluk
18. Dec 2007 路 15:26 UTC
I can’t download from the ip either. Upload it to mediafire or somewhere else please :)
john
20. Dec 2007 路 12:25 UTC
Fine then

Tools used

Didn’t know about this. :)

GFX – Gimp

Language – Python/Pygame

Sound – Didn’t have anny

Developer – Gedit (I started with DrPython, but quickly got frustrated with it).

Tags: LD #10 - Chain Reaction - 2007, tools

PyExe Version

Well, not exactly, where do you download py2exe, and how is it run?

Anyways there is aa little story to the game, but, I never released it, also I did make the laser move towards in the last few mins before I uploaded it, but, it was so buggy, I removed it.

The story is as follows:

Youare a cycling maniac, you always knew one day it would get you into trouble, and it did, you got trapped between two pillows (Iwas going to make the pillow further back and stop you moving past it), and a laser was there to, if you hit the laser at a low speed your chain would react to the laser, weakening it, aka, making you lose a life.

If you went quickly past the laser, it would react differently, giving you back your life.

You had to see how long you can last without dieing, it’ll be a challenge with an always moving laser!

And who is shooting the laser at you?

Aliens from outer space. 馃榾

Also in LD11, I’m planning on using C++ is that recommended?

Ok LD10is over, planning for 11

If there is an LD11. :)

OK, at the moment I’m learning how to code in C++, is that a recommended language to be used in LD11?

I’ve tried to look at the pros and con’s, and found:

Pros:

  1. It is Object Orientated, which may persuade me not to use plain structured and a loop.
  2. It is a compiled language, so it should be easier to make it cross platform
  3. It should run faster as well
  4. It is great for text based games

Con’s;

  1. I’m not great at it
  2. I have no idea how to GFX in it
  3. I’ve not touched the language since 2004, and the whole thing was different back then.

At the moment it looks like the pros are greater than the con’s, but, is it a better language overall?

I mean python is written on top of C++, so that means that the person who made Python can’t of been to happy with C++ if he made is own one, either that or he was bored. :)

If python is written in C++ then That could mean that it is an ”improved” version of C++, leading me to think that that is better.

However, I already know python, so it would be a good learning experience for me to learn C++, and someone gave me a Sams Teach Yourself C++ in 21 Days, so I’m trying to learn that. (Not the average item on a 12 year olds list :) )


Also, I may be making a text based game next time, is it worth it?It would take less time, I’d imagine, and I don’t know how to do GFX in C++.

Please replyas a comment, awaiting your replies. 馃槈

Comments

wicked
31. Dec 2007 路 08:18 UTC
Pygame is a wrapper around the SDL library, which is written in C. That means you can transfer your already acquired knowledge of the game loop, events, graphics etc. to C++ by using the same library.
john
31. Dec 2007 路 08:24 UTC
Ok, I mean, I’m learning it already, but, I’m wondering wether to use it in Ludumdare.
TenjouUtena
31. Dec 2007 路 12:49 UTC
C++ is a good language to learn. The problem with C/C++ is that you have to do your own memory management. Especially when you start dealing with 3D graphics libraries, if you aren’t careful about memory management, DirectX or OpenGL complain if you leek memory.

LD11

Ooh, Ludumdare, shiny

Yay! LD11!

Now I’m in a bit of a dilemma if you can help out…Pygame really eats upmy time coding so I don’t have loads of time, but I haven’t quite got to grips with pyglet, what should I use? Something I only half know how to use or not?

Tags: LD #11 - Minimalist - 2008

Comments

ciw1973
16. Apr 2008 路 08:56 UTC
I tend to use this sort of competition as a way to either learn new APIs, or refresh my knowledge.
rollbak
16. Apr 2008 路 15:58 UTC
Hi, i always use pygame, but for this one i want to try pyglet, but i made a couple of tests re-writting some examples i have to pyglet and i am having performance problems (i am only drawing lots of cricles, and this drops down fps every time i draw a new one). I don’t know if i am doing something wrong in my openGl code…

Minimallist-schminimallist

How can I possible get an idea for this???

I was hoping for endless, but oh well, I’llhave to think harder.

Comments

saluk
19. Apr 2008 路 03:34 UTC
Just take the best idea you had for endless and make it as minimal as possible 馃槈

Ooh, I finally have an idea鈥INALLY!

Ok my idea goes like this:

You have聽 5 questions to try and give the computer as much info as possible, the computer then tries to guess, if the computer gets it right you earn a point. If the computer gets it wrong then the computer gets a point.

Sound fun?

I ask you this

What on earth is this!

It’s a minimalist background for my minimalist house builder!

bg.png

First screeny!

Yay!

I am so loving pyglet!聽 Notice the multiple windows, not easily done in pygame!!!

screenshot-2.png

Tags: screenshot

EXE available

Say thanks to keeyai for making this exe!

http://xer.pixelarttut.googlepages.com/john_minimalist_house_builder.zip

Dropping out

Its been great, but I have surfing in less than an hour and its gonner take ages. There is no way I’ll finish. Hope you all do well!

I post up my pacman clone (late) when I finish it.

LD20

I鈥檓 Back

I was reading through my old diary entries; and three years ago I said I probably wouldn’t take part again until I was 15. I’m not sure if I was serious or not when I said that but to cut a long story short I completely forgot about Ludumdare for the next three years 馃槈

Anyways, I got my age for when I would next compete just right so yay for precognition!

 

Development: DrPython/Geany/Eclipse depending if I’m going Python, Java or C++, but chances are that unless something really weird happens I’m going Python.

Art: Gimp or Inkscape

Sound:sfxr/bfxr and rosegarden should I use music

I鈥檓 finished!

I’ve uploaded my source code for now, and it needs python and pygame.

After not doing a lot of work yesterday due to various reasons (being over my Nans, my brother and I kicking our football into a load of brambles and spending three hours digging it out amongst others); so it was primarily a one day game. Sorry for my lack of posting also, but I was too interest in getting my game done!

A post-compo release will have music composed by my brother (he claims, heh); and if you think you have got a highscore in my game, press “s” upon losing, type in your nickname, and then head over to http://www.jonespenarth.me.uk/~ieuan/spacebombers.php to see where you rank!

LD25

Ludum Lunch

As per my breakfast post, sprites for my loyal followers:

Rice:

rice

Green Tea:

tea

I am now done with the amazing game. Check it out! It鈥檚 called Kill a Citizen!