Page 1 of 1
Turing HELP!!
Posted: Mon Jan 05, 2004 9:12 am
by Anonymous
I've only started using turing and im kinda clueless about my final class assignment, I'm supposed to make any kind of game or program that is usefull in anyway. If you can plz gimme some ideas
Archived topic from Iceteks, old topic ID:1879, old post ID:15453
Turing HELP!!
Posted: Mon Jan 05, 2004 5:05 pm
by Red Squirrel
lol everyone is coming here for help with turing suddently. I don't know turing myself because it's anciant and I was not alive when it was the main language but syb would probably be able to help you.
you could probably make command line RPG game or something, I'm sure it would be easy to do in turing as it is in C++.
And welcome to the forum.
Archived topic from Iceteks, old topic ID:1879, old post ID:15457
Turing HELP!!
Posted: Mon Jan 05, 2004 8:25 pm
by syb
no problem... by the way do you go to T.H.V.S? were doing the same thing.
What one do you want to do? The game or program? each can be simple or hard and get you a bad mark. The easyest i would say would be making a test. true and false multiple choice. You can make a puzzle game with more then one kind of word or number puzzle. there are two. Tell me more on what you know and what you wouild like to do. then we can go on from there if you need more help.
Archived topic from Iceteks, old topic ID:1879, old post ID:15463
Turing HELP!!
Posted: Tue Jan 06, 2004 8:26 am
by Anonymous
thnx squirrel
nah i go to JP2
i dont really care if its a game or program...as long as it gets me a good mark
but if its too complicated the teacher wont believe me
lol. I dont know too much about this stuff im currently gttin an 86 in this class so im kinda ahead of most students, If u can give me some ideas that would be great
Archived topic from Iceteks, old topic ID:1879, old post ID:15466
Turing HELP!!
Posted: Tue Jan 06, 2004 4:35 pm
by syb
try: Hang man
Frogger
multiple choice
astroids
WHat is a really go idea is what i am doing. I am doing a piano on the comp. useing turing.
Archived topic from Iceteks, old topic ID:1879, old post ID:15468
Turing HELP!!
Posted: Wed Jan 07, 2004 8:20 am
by Anonymous
i was thinkin of a game where ur like a little box racing car and u have to move around dodging boxs, circles and stuff like that...seem not too hard..wat do u think?
Archived topic from Iceteks, old topic ID:1879, old post ID:15488
Turing HELP!!
Posted: Sun Oct 10, 2004 10:31 pm
by Death
What year is your course? It's it the first year you take programming or the second year? If it's the first, go simple. Do something like multiple choice tests or a mad lib program or something. Making a game is difficult if you don't know procedures, arrays and keyboarding values (To move things with user input). Other than that, if you have enough experience, hangman is cool. If you know how to get input/ouput from files (Like txt's) and use them in turing, you'll be zooming with hangman. I did frogger in my grade 11 class at THVS. Pretty sweet I'd say, but turing is so cheap it couldn't even compile my game succesfully. There's a good example of a compilor that gives you a worthless product
Archived topic from Iceteks, old topic ID:1879, old post ID:22445
Turing HELP!!
Posted: Sun Oct 10, 2004 10:32 pm
by Death
The car thing sounds cool. I've heard of people doing that. If you really wanna go wild, get the 2 player stuff going on. If you can get one player with the keyboard and the other with the mouse, those games rock.
Archived topic from Iceteks, old topic ID:1879, old post ID:22446
Turing HELP!!
Posted: Sun Oct 10, 2004 10:33 pm
by Red Squirrel
Or ad network compatibility to it.
Is that even possible with turing?
Archived topic from Iceteks, old topic ID:1879, old post ID:22447
Turing HELP!!
Posted: Sun Oct 10, 2004 10:37 pm
by Death
I think turing would delete itself if you even MENTIONED network capabilities
Archived topic from Iceteks, old topic ID:1879, old post ID:22449
Turing HELP!!
Posted: Sun Oct 10, 2004 10:43 pm
by Red Squirrel
Archived topic from Iceteks, old topic ID:1879, old post ID:22452
Turing HELP!!
Posted: Sun Oct 10, 2004 10:45 pm
by Death
Heck, it screws up whenever you mention the word SAVE. Mention Network and you may never be able to install it again. No, turing cannot be networked and frankly, I wouldn't trust Internet play on a turing game (Or any other type of network play).
Archived topic from Iceteks, old topic ID:1879, old post ID:22453
Turing HELP!!
Posted: Sun Oct 10, 2004 10:49 pm
by Red Squirrel
Network programming is very tricky though, well at least with C++. I tried it but never did anything too interesting with it. I had done a basic chat program and that's as complex as I went.
Archived topic from Iceteks, old topic ID:1879, old post ID:22455
Turing HELP!!
Posted: Sun Oct 10, 2004 10:50 pm
by Death
Ya, it would be fun though. I'd go for a network ASCII game. That would be fun. I can see how it would be complex though. Probably thousands of lines of code to create it
Archived topic from Iceteks, old topic ID:1879, old post ID:22456
Turing HELP!!
Posted: Mon Oct 11, 2004 6:01 pm
by wtd
Red Squirrel wrote: Network programming is very tricky though, well at least with C++. I tried it but never did anything too interesting with it. I had done a basic chat program and that's as complex as I went.
Ruby's networking libraries are a delight to work with.
Archived topic from Iceteks, old topic ID:1879, old post ID:22479
Turing HELP!!
Posted: Mon Oct 11, 2004 7:39 pm
by Red Squirrel
For C++? Fill me in, something I might be interested in.
Archived topic from Iceteks, old topic ID:1879, old post ID:22480
Turing HELP!!
Posted: Mon Oct 11, 2004 9:08 pm
by wtd
http://rubycentral.com/book/lib_network.html
Archived topic from Iceteks, old topic ID:1879, old post ID:22485