Page 1 of 2

Random level generator by lcl

PostPosted: Sat Dec 04, 2010 11:15 pm
by lcl
Ok guys, I made that for kren, but
since it seemed so great I chose to send it here. :D
Screenshot.png

The level in the picture has been made totally randomly and with code.
(yeah the graphics are awful but I hope it doesn't lower your interest to this :lol:)

The level is created at startup, you can "play" it through with
the pacman using a, w, and d.

Anyway, look to the code and figure it out. :D
And tell me what you think! :D
RandomLevel.zip
+ 12 downloads xD
(4.15 KiB) Downloaded 488 times

Re: Random level generator by lcl

PostPosted: Sun Dec 05, 2010 8:52 pm
by lllllvenomlllll
umm dont help much without the source file

Re: Random level generator by lcl

PostPosted: Sun Dec 05, 2010 11:48 pm
by lcl
lllllvenomlllll wrote:umm dont help much without the source file

In my first post, there is that link called RandomLevel.zip download it, it contains the source. :lol:

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 1:48 pm
by lcl
gadebaua wrote:I don't understand the code

If you've just started with ge, it is not a miracle that you can't understand it.
But I started using ge little more than one year ago and I've already learned much. :D
So just be patient and try to learn. Easier things first and then more complicated. :D

Good luck for learning & welcome to use GE! :D

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 2:08 pm
by zxcvbnm
Can you make a random generator going upward like doodle jump?

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 2:21 pm
by lcl
The one going upwards like in doodle jump is much easier to do other way than that. Download doodle jump and look at the code, I'm sure you can figure it out, it's easy. :D

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 4:16 pm
by Hblade
Awesome, LCL :D

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 4:28 pm
by lcl
Thanks H! :D

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 5:26 pm
by JamesLeonardo32
Yesterday i made this really quick, i made it so it automaticly makes a level for you and recycled graphics from some of my other games: http://filebeam.com/download2.php?a=258b835e7fe7bb2e1b4c71b75e51c8cd&b=1a0bff424b5ac456cc95a6bd9b4a346b It took me about 5 minutes.
Image

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 5:34 pm
by lcl
Cool! :D

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 11:29 pm
by zxcvbnm
Excellent proffesional grade stuff from Lcl and JamesLeonardo32 . You guys have really mastered your craft.

Re: Random level generator by lcl

PostPosted: Mon Dec 06, 2010 11:30 pm
by needaname
zxcvbnm wrote:Excellent proffesional grade stuff from Lcl and JamesLeonardo32 . You guys have really mastered your craft.

lol

Re: Random level generator by lcl

PostPosted: Tue Dec 07, 2010 5:24 pm
by JamesLeonardo32
zxcvbnm wrote:Excellent proffesional grade stuff from Lcl and JamesLeonardo32 . You guys have really mastered your craft.

ha ha, thanks. :wink:

Re: Random level generator by lcl

PostPosted: Wed Dec 08, 2010 1:44 pm
by lcl
zxcvbnm wrote:Excellent proffesional grade stuff from Lcl and JamesLeonardo32 . You guys have really mastered your craft.

Thanks. :D

Re: Random level generator by lcl

PostPosted: Fri Dec 31, 2010 2:11 am
by edwardfanboy
I had to change the code because it returned a (stupid) "tried to divide by zero" error.
EDIT: but that made it move funny!