bigwilliestyle711
[H]ard|Gawd
- Joined
- Aug 10, 2001
- Messages
- 1,708
Making a game for a final. I want to make a game where you have a big word like "battlements" and the user has to enter in as many words possible within 60 seconds that they can make from it like "at" "battle" "mate" and so on.
I have most of it working. well kind of. But how should i compare what the user enters to the list of words. I have all the possible words that can be made for each word. So do i just basically compare the users input to what is in the array of possible words? Since the game contains 8 big words, would i need 8 separate arrays for each possible word bank?
im just trying to get this part done and then i will be back later with GUI questions, although i know how to do applets, im trying to make an application which i don't know how to do very well. Ill be back, please respond with whatever you can. Thanks
ps. im not asking you guys to do any work for me, im just asking for a helpful hint. If you wanna do work for me its much appreciated . Just kidding, just help me out a little, point me in the right direction.
I have most of it working. well kind of. But how should i compare what the user enters to the list of words. I have all the possible words that can be made for each word. So do i just basically compare the users input to what is in the array of possible words? Since the game contains 8 big words, would i need 8 separate arrays for each possible word bank?
im just trying to get this part done and then i will be back later with GUI questions, although i know how to do applets, im trying to make an application which i don't know how to do very well. Ill be back, please respond with whatever you can. Thanks
ps. im not asking you guys to do any work for me, im just asking for a helpful hint. If you wanna do work for me its much appreciated . Just kidding, just help me out a little, point me in the right direction.