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

Username:   Password: 
 RegisterRegister   
 How do i make this code?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
monkeypowah




PostPosted: Wed May 28, 2008 10:01 am   Post subject: How do i make this code?

i want to try to make a jetman game. how do i start?
Sponsor
Sponsor
Sponsor
sponsor
apomb




PostPosted: Wed May 28, 2008 10:05 am   Post subject: RE:How do i make this code?

put jetman
Sean




PostPosted: Wed May 28, 2008 12:02 pm   Post subject: Re: How do i make this code?

Get the concept, write it out, then think of ways you can encorporate what you want into Turing. The walkthrough is a great place to look into.
petree08




PostPosted: Wed May 28, 2008 12:41 pm   Post subject: RE:How do i make this code?

"I wana make jetman"

here formula

code:

var Jet : real world object
var Man : human with Penis

var Game : what you need to learn how to make

Game := Jet+Man



loop
Game
exit when you are 1337
end loop

if Man not = Jet then

FAIL

end if



yeah this is a good start, you may need to fix up the AI and learn how to post a question
Hendo




PostPosted: Wed May 28, 2008 2:15 pm   Post subject: RE:How do i make this code?

well, yeah all the above are correct. but making any game in turing usually requires the following

importing pictures and sprites
- sprites are inteeractive graphics, usually a sprite is character, item, object, etc. anything with movement should be a sprite along with afew others like items and objects on the screen.

keydown events. to move your character you need to get keyboard input, you can easily search the forums with how to ahieve this (and everything else i tell you)

loops - just learn 'em
processes - although undesirable to use when possible they are good for playing music, sounds and stuff.

download some game examples here to get an idea of the general structure of a game, and good luck....and yes, you really need to learn how to post aproper question
isaiahk9




PostPosted: Wed May 28, 2008 3:20 pm   Post subject: RE:How do i make this code?

Plus, there are probably 5 turing submissions of Jetman (at least 3 for sure).
Insectoid




PostPosted: Wed May 28, 2008 4:32 pm   Post subject: RE:How do i make this code?

I get it now!
Rant!
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  [ 7 Posts ]
Jump to:   


Style:  
Search: