Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Where's Waldo?? UPDATED! Randomized And Much Better
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
the_short1




PostPosted: Sat Mar 27, 2004 8:37 pm   Post subject: Where's Waldo?? UPDATED! Randomized And Much Better

cool game... it was realy hard to find a bunch of imposters and real waldo's (i searched for about an hour)..so... as u can see darth vater and charlie brown.. ... tell me your times please... cuz if its realy fast ill make it harder... (make all the pictures half their size) Wink

Feel Free to post any comments / suggestions... their always welcomed


Have FUn


PS: its source so youll need Turing Installed...

UPDATED: now the waldo is randomized and u win if u beat ten levels...



waldo.zip
 Description:

Download
 Filename:  waldo.zip
 Filesize:  16.95 KB
 Downloaded:  543 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Sat Mar 27, 2004 9:13 pm   Post subject: (No subject)

dude, that's hard Laughing ether way, I got bored of looking so I quit Razz
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
the_short1




PostPosted: Sat Mar 27, 2004 9:21 pm   Post subject: (No subject)

cool... i though it was going to be very easy... now if u dont beleive that that REAL waldo is acually on there...

look in the code for the value of waldox and y and then look on the screen there for him....***** ONLY DO THIS IS U HAVE TRIED FOR LIKE 5 mins without any luck....... later i will add more levels..


edit: now no one can cheat cuz its random Razz
Catalyst




PostPosted: Sat Mar 27, 2004 11:46 pm   Post subject: (No subject)

4 seconds Laughing
jonos




PostPosted: Sat Mar 27, 2004 11:51 pm   Post subject: (No subject)

thats some neat stuff, really nice, but you can just hold the mouse down and wave it across the screen so you should maybe add a delay. brought me memories of my childhood **snif snif** i used to have all the waldo books...
the_short1




PostPosted: Sun Mar 28, 2004 12:27 am   Post subject: (No subject)

catalyst.... hmm.. di du cheat>>????? tahts FAST!\\unless u have agood eye... and yea... tearful memories... every1.. shed a tear for poor jonos who 'HAD" bookz meaning that he musta lost them...

ita REALY hard to get all those pictures... if someone has a waldo book and could scan a page on good quality and post... taht would be GREAT
sport




PostPosted: Mon Mar 29, 2004 8:07 pm   Post subject: Waldo

Nice start, levels would be great.
poly




PostPosted: Mon Mar 29, 2004 9:39 pm   Post subject: (No subject)

beat this 0 seconds...all you do is hold down the mouse button and the counter doesnt go
Sponsor
Sponsor
Sponsor
sponsor
Martin




PostPosted: Tue Mar 30, 2004 1:23 am   Post subject: (No subject)

Try to make waldo's position random
the_short1




PostPosted: Tue Mar 30, 2004 8:01 am   Post subject: (No subject)

ahhh... ok i will change that ... counter not gonog up... i was also in admist of adding 9 more levels... i will add a delay on mouse too....

i wanted to see if it was hard to find him or not....

problem with random.....

to draw fake guys...
code:

for a : 0 .. maxx - 20 by 20
    for b : 0 .. maxy - 50 by 40
        if a = waldox and b = waldoy then  %% cant draw where waldo is....
        else
            Pic.Draw (fakewaldo, a, b, 2)
            fakewaldo := Pic.FileNew ("waldo/waldo" + intstr (Rand.Int (1, 9)) + ".jpg")
            delay (1)
        end if
    end for
end for

now.... i want to be able to draw waldo before the imposters.... and thereforei cant just go randint .... cuz i cant go by 40s or 20s on randint.... unlesss their is a way.....????

wheneveri randint it was hard to make the draw imposters NOT hit waldo... and if i drew waldo after the imposters he stuck out like a sore thumb....

thanks...
octopi




PostPosted: Tue Mar 30, 2004 8:06 am   Post subject: (No subject)

can't you multiply your randint's by 20, and 40

you would also need to make your max for the randint be maxno div 20, or 40.
the_short1




PostPosted: Thu Apr 01, 2004 9:47 pm   Post subject: (No subject)

smart.... i though of another way in class today tho...
so i will update with will 10 levels cuz it would get vboring afta that.... and it will be randomized...

my way of randint by 20 and 40....

loop
randint (waldox,1,maxx)
exit when waldox = mod 20 = 0
end loop

but i gues urs...

randint (number,1,maxx div 20)
waldox := number * 20....

thanks.....

im realy busy with lots of crap... hopefully this weekend i can clear up my list... (i have like 10 programs on list)...
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 12 Posts ]
Jump to:   


Style:  
Search: