Progress + Life

Posted by WaleedAmer on July 24, 2008, 11:49 p.m.

-Game Maker-

Yeah, I started getting back into it.

I just want to make small games for now.

Any ideas or example requests?

I made a small terrain generator. Very simple.

-Avatar Badge-

I got one. =D

Meet Sodaface!

(Inspired by Borat somehow..)

-Hits-

I don't care about the amount.

Just how sexy it looks. =D

-Marionette-

Username change.

It'll be up sooner or later..

-Pixel Art-

Meh, still taking a break.

-Music-

Eh, I can never finish writing a song.

Should I start with poems first?

-Discussion Section-

For now on, my blogs will have a discussion section.

Basically, I just ask a question, maybe a poll, or other stuff.

-Discussion-

Do any of you have any good songwriting tips?

Comments

Quietus 16 years, 11 months ago

I find it much easier to write words to music than vice versa, but I usually operate outside 4/4. Generally I start off with various related rhythmic structures (different divisions of 24/16 etc), rather than variations of a melody.

Dunno if that's any help though. >_<

Misconstruct 16 years, 11 months ago

Hyperion is just trying to confuse you so that he can have 4/4 all to himself.

btw, I demand you to make a Joust clone.

Quietus 16 years, 11 months ago

Quote:
Hyperion is just trying to confuse you so that he can have 4/4 all to himself.
Damn, I need to add you back on MSN. I haven't laughed that hard in a while lmfao.

Misconstruct 16 years, 11 months ago

Feel free to. You know my e-mail right?

Juju 16 years, 11 months ago

Quote:
I made a small terrain generator. Very simple.
What method did you use?

Bryan 16 years, 11 months ago

Terrain generators seem popular these days.

WaleedAmer 16 years, 11 months ago

Alright, the sprite is a 10x1 black line.

On create of the object "terr":

if x<room_width-10

{

instance_create(x+10,choose(y-1,y,y+1),terr);

}

So it's basically either making a line above, aligned, or under your previous. You could easily change it into a script.

10 would be replaced with argument0. (Length of sprite)

terr would be replaced with argument1. (Object Name)

It's pretty bad, but it works.

I'll make a more advanced one sometime.

Bryan 16 years, 11 months ago

lol.

Juju 16 years, 11 months ago

Sweet jesus, that's basic D=

WaleedAmer 16 years, 10 months ago

Yeah, basically the point. D: