Search found 2 matches

by SuperAssGas
Thu Apr 06, 2006 9:16 pm
Forum: Off-topic
Topic: Worst Coding Ever
Replies: 10
Views: 1773

I made a frogger clone once without the use of any arrays. I used a huge list of if statements like such:


if (car1.active) {
car1.move();
}

if (car2.active) {
car2.move();
}

if (car3.active) {
car3.move();
}


If you think that's not bad, imagine what I had to do to draw the tile based ...
by SuperAssGas
Thu Apr 06, 2006 9:09 pm
Forum: Project Announcements
Topic: My new Project
Replies: 8
Views: 1934

You should do what I do, bash your keyboard, delete nubmers and special characters, then add vowels.

I.E
Duoa
Bygur
Vemi
Guif

=)

Or use mythology names like Loki

Or sometimes names like Halloween and Fantasia are cool, though they are more modern.