Forum: Java Oct 24th, 2005 |
| Replies: 7 Views: 5,072 Re: Hangman Game Help!! I cant figure out how to change a "_" to the letter guessed if its valid still. And I can't figure out where to put the code to make the game case insensitive. Any suggestions will help.
thanks... |
Forum: Java Oct 19th, 2005 |
| Replies: 7 Views: 5,072 Re: Hangman Game Help!! I figured out a way to transfer a word from a text file to a String and StringBuffer but now I'm stuck with changing the letters in the stringBuffer to "_ _" so that I can display the number of... |
Forum: Java Oct 19th, 2005 |
| Replies: 7 Views: 5,072 Hangman Game Help!! I need to read a text document (with a word per line on it) and extract a word from it to use in a game of hangman. I've been trying to do this for a while, but all I can get is the program to print... |
Forum: Java Feb 4th, 2005 |
| Replies: 5 Views: 1,964 |
Forum: Java Feb 4th, 2005 |
| Replies: 5 Views: 1,964 Homework Help: How can I get this ball to Move? I need the ball to move down until it hits the end of the blue rectangle then move back up until it hits the top and repeat forever. What's wrong with my code?
//This applet draws an animated... |
Forum: Java Feb 3rd, 2005 |
| Replies: 5 Views: 3,639 Re: Making a ball move down and up in an Applet Thanks, but my IDE NetBeans is giving me an error regarding drawOval here is the code I have now...I forgot to put that it has to start in the center of the page of 500 by 500 pixels and it should... |
Forum: Java Feb 2nd, 2005 |
| Replies: 5 Views: 3,639 Making a ball move down and up in an Applet I took a course in C and now im into java. I never created anywith graphics in C. I need to finish a program in C that makes a red ball appear on a blue background and then move down and up the... |
Forum: C Dec 11th, 2004 |
| Replies: 2 Views: 2,774 Need Help With printing Backwards I have to make a C program read ordinary text (a sequence of lines) from the program's standard input, and print it with each line reversed from left to right. It has to be no longer than 80 symbols... |