Game idea. i must make a game@@@@!!! Help me@!!@
Author |
Message |
Hanhee1012
|
Posted: Wed May 30, 2012 7:37 am Post subject: Game idea. i must make a game@@@@!!! Help me@!!@ |
|
|
i have to do make a turing game
i need a game code
can someone send me a game code? i dont mind the types of the games
it can be any game such as a shooting, "snake"(?), racing game and etc.
I don't want a game which is already posted on the websites.
if it is possible, i want somebody make a game for me, please
thanks
help me plz!!!!!! |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
jr5000pwp
|
Posted: Wed May 30, 2012 7:56 am Post subject: Re: Game idea. i must make a game@@@@!!! Help me@!!@ |
|
|
No one will make you a game. However, if you decide to do it yourself we can give you some guidance, and point you in the right directions to make your own game.
I'll start off by pointing you to a blog post on choosing a game final project: http://compsci.ca/blog/12-computer-science-game-project-ideas/
If you are allowed to make a program that is not a game, then something like a basic paint program may be easier. |
|
|
|
|
![](images/spacer.gif) |
Dreadnought
|
Posted: Wed May 30, 2012 8:06 am Post subject: Re: Game idea. i must make a game@@@@!!! Help me@!!@ |
|
|
Here's something that I'm sure has never been done!
Turing: | View.Set("noecho")
loop
put "Welcome the the spelling bee game!"
put ""
put "Please spell the word \"cat\""
for i: 1.. 4
Input.Pause
put chr(Rand.Int (97, 122))..
Input.Flush
end for
put ""
put "I'm sorry but that is not how you spell \"cat\""
put "Would you like to try again?"
Input.Pause
put "Too lazy to determine answer, deciding by fair dice roll."
Time.Delay(1000)
put "Rolled ", Rand.Int (1, 7)
Time.Delay(700)
put "Looks like you can try again."
Time.Delay (700)
cls
end loop |
|
|
|
|
|
![](images/spacer.gif) |
|
|