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

Username:   Password: 
 RegisterRegister   
 what kind of easy game can I make?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
DarkFire000




PostPosted: Tue Jun 07, 2005 6:40 pm   Post subject: what kind of easy game can I make?

I'm in a grade 9 teck class. What kind of game can I make without using codes that I haven't learned? I was thinking of something related to a guessing game but I'm not sure what to do. We have learned these codes. put, get, if, for count, loop, and maybe one more. Any suggestions? thanks.
Sponsor
Sponsor
Sponsor
sponsor
FeZbOy




PostPosted: Tue Jun 07, 2005 7:09 pm   Post subject: (No subject)

Make a sum guessing game. For example, you could have

code:
var num1, num2, sum : int
put "Please enter your first number"
get num1
put "Please enter the second number"
get num2
put "That's Good. Now enter the sum of those numbers"
get sum
if (num1 + num2) = sum then
      put "You did good!"
else
      put"You tryed and you failed. The lesson is... never try!"
end if
put "Thanks for Playing :)"


Hope this helps Very Happy
DarkFire000




PostPosted: Tue Jun 07, 2005 7:22 pm   Post subject: (No subject)

Yeah that's very basic but any ideas of something that made include some graphics? graphics as in like draw....box,oval etc.
[Gandalf]




PostPosted: Tue Jun 07, 2005 8:33 pm   Post subject: (No subject)

So you learned basic graphics too?
If so you could make a game where you are a circle, and you have to pick up as many boxes in a certain time as you can - without crashing. Granted, that may be a bit too complex.

You have to choose a topic based on what you know, and only you know best what those things are.
Drakain Zeil




PostPosted: Wed Jun 08, 2005 6:10 am   Post subject: (No subject)

Make a car game, where you have to drive around pylons. Or pong if you want.
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  [ 5 Posts ]
Jump to:   


Style:  
Search: