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

Username:   Password: 
 RegisterRegister   
 heyyy.. thank u for ur answers.. i still need help!! :(
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
JuL




PostPosted: Fri Jan 03, 2003 9:54 pm   Post subject: heyyy.. thank u for ur answers.. i still need help!! :(

hey guys
thank u so much for ur help
i still have a few questions..
what is exacly a data file and how can i use it?
is it easy making menus?

what should i do if i really really have no idea how to program games and it's due soon? copy a game or just not do it?
THANKS

Jul
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Fri Jan 03, 2003 10:08 pm   Post subject: (No subject)

datafile is a file from which data is inputed. Its a text file that contains information user would have to type in otherwise.

Dan has a great tutorial on using it here -> http://danco.no-ip.com/turing/viewtopic.php?t=5

Menues, ya, its easy to make. Its just a simple if-elsif-else statment.
code:

put "1 - Tony"
put "2 - Dan"
get ans
if ans = 1 then
put "You picked tony"
elsif ans = 2 then
put "You didn't pick Tony... he's upset now"
else
put "invalid choice"
end if

you can add more options to it by adding additional elsif


If the assigment is due soon, you better add tony to your MSN list and hope that he's not busy and in a good mood Wink

If you copy an assigment, you're taking a chance of getting caught. Some schools are VERY strict about plagerism and you might get detention/suspension/ or get expeled.

Here's an idea. Make a very simple game, but use some really cool features. Go to tutorial section for turing and take a look at:

Using mouse
Using sound/music
Using pictures/images
Character control
Collision detection

and to make your game look REALLY cool - text effects.

Here's the simpliest game with the coolest features:

have a ball follow your mouse and bump when it hits obsticles on screen. To actually make it look cool, use .jpg images for graphics, play sounds when ball hits objects, and display intro screen using some text effects

Very Happy

Don't worry, you gonna do great.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
JuL




PostPosted: Sun Jan 05, 2003 6:25 pm   Post subject: thnk u !!

thank u very very much!!
u really helped me i appreciate it!!

THANX
Tony




PostPosted: Sun Jan 05, 2003 6:59 pm   Post subject: (No subject)

hey, thats what we're here for Very Happy

I'm glad we could help.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: