Search found 11 matches
- Fri Nov 17, 2006 5:56 pm
- Forum: Computer Hardware and Software
- Topic: Need urgen help as soon as possible on Casino Game
- Replies: 1
- Views: 914
Need urgen help as soon as possible on Casino Game
<r> I have to make a casino game called craps. i have to have seperate procedures for main page, game page, dice , win/lose but i have the dice provcedure working but i can't check if the dice add up to 7 in the procedure called WinLose is there anyway to use the variable in both procedures and stil...
- Wed Oct 25, 2006 9:37 pm
- Forum: Programming
- Topic: Ergent NEed HELP ON HANGMAN GAME !!!!!!!
- Replies: 3
- Views: 5365
Ergent NEed HELP ON HANGMAN GAME !!!!!!!
<r> heres what i got so far i still need to get if the word isn't right then draw body parts.<br/> <br/> <br/> randomize<br/> var infile, outfile : int<br/> var word : string<br/> var line, liney : int<br/> var answer : string<br/> var num : int<br/> var count : int := 0<br/> var xspace : int<br/> v...
- Tue Oct 24, 2006 8:42 pm
- Forum: Programming
- Topic: Ergent NEed HELP ON HANGMAN GAME !!!!!!!
- Replies: 3
- Views: 5365
Ergent NEed HELP ON HANGMAN GAME !!!!!!!
i'm not quite understanding your explanation could u fill in a bit of code for me?
Archived topic from Iceteks, old topic ID:4570, old post ID:36448
Archived topic from Iceteks, old topic ID:4570, old post ID:36448
- Tue Oct 24, 2006 10:33 am
- Forum: Programming
- Topic: Ergent NEed HELP ON HANGMAN GAME !!!!!!!
- Replies: 3
- Views: 5365
Ergent NEed HELP ON HANGMAN GAME !!!!!!!
<r> i need to know how to make the words go on top of the boxes and anything unique u think i should include in this game while work is in progress.<br/> <br/> heres what i have so far:<br/> randomize<br/> var infile, outfile : int<br/> var word: string<br/> var box,boxy:int<br/> var answer:string<b...
- Mon Jan 09, 2006 5:08 pm
- Forum: Computer Hardware and Software
- Topic: Algorithm
- Replies: 2
- Views: 2105
Algorithm
Does anyone have an algorithm for pac man or could hook a brother up with one.
Archived topic from Iceteks, old topic ID:4074, old post ID:33467
Archived topic from Iceteks, old topic ID:4074, old post ID:33467
- Tue Dec 20, 2005 2:47 pm
- Forum: Computer Hardware and Software
- Topic: Rock paper scissors
- Replies: 1
- Views: 2583
Rock paper scissors
Does anyone have a turing program of rock paper scissors or could help me?
Archived topic from Iceteks, old topic ID:4038, old post ID:33138
Archived topic from Iceteks, old topic ID:4038, old post ID:33138
- Tue Dec 13, 2005 2:00 pm
- Forum: Computer Hardware and Software
- Topic: Help!!!!!!!!!!!!!&
- Replies: 5
- Views: 982
Help!!!!!!!!!!!!!&
the windows type of calc
Archived topic from Iceteks, old topic ID:4020, old post ID:33021
Archived topic from Iceteks, old topic ID:4020, old post ID:33021
- Tue Dec 13, 2005 12:54 pm
- Forum: Computer Hardware and Software
- Topic: Help!!!!!!!!!!!!!&
- Replies: 5
- Views: 982
Help!!!!!!!!!!!!!&
I need it for turing and yes i will make some changes
Archived topic from Iceteks, old topic ID:4020, old post ID:33017
Archived topic from Iceteks, old topic ID:4020, old post ID:33017
- Tue Dec 13, 2005 12:12 pm
- Forum: Computer Hardware and Software
- Topic: Help!!!!!!!!!!!!!&
- Replies: 5
- Views: 982
Help!!!!!!!!!!!!!&
<r> does any one have a program to make a calculator. if you do could u please post it!<br/> <br/> i started it but i dont know how to make the mouse work when the user clicks on the numbers they want.<br/> <E>:wave:</E> <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[si...
- Tue Dec 13, 2005 10:47 am
- Forum: Computer Hardware and Software
- Topic: Truing Pong program for school
- Replies: 2
- Views: 3336
Truing Pong program for school
<r> Hey i got a -4 on this pong game i made for my grade 10 class hope you like it.<br/> <br/> var x1, x2, x3, x4, x5 : int% lengths, x-axis<br/> var xdir, ydir : int% keeps track of speed of ball<br/> var y1 : int% height,y-axis<br/> var key : string (1)% key board character<br/> var num : int % st...
- Tue Dec 13, 2005 10:42 am
- Forum: Computer Hardware and Software
- Topic: Smiley's
- Replies: 2
- Views: 653
Smiley's
<r> i have to make a program that asks the user how many smiley's they would like and they push show smiley's and it should show how ever many smiley's they chose. <br/> <br/> My problem is i don't know how to draw 2 smiley's if they pick 2, or if they pick 90 how can i make it draw that many smiley...