搜索资源列表
swtdesigner
- 一个叫HangMan的猜词游戏,左边显示要猜的词,右边显示图片。如果猜错,则右边的人被吊死,猜对,则释放-A puzzle game called \"HangMan\". The component on the left hand side displays the pullze world and one on the right hand side displays the picture. If the user get wrong answer ,the person on the
050238_ZhaoHaiyan
- this is a game named hangman.
Java_Hangman
- 很有趣的著名游戏Hangman,其实就是猜英语单词,不过我的数据源取得是所有英语国家的名字列表,随机选取,很丰富很有趣。-Very interesting well-known game Hangman, is actually a guess English words, but I get the data source is the name of all the English-speaking countries, a list of randomly selected, it is
Evil-Hangman
- Evil Hangman, a evil hangman game.-Evil Hangman
Hangman
- 一个关于猜词的java源代码,类似于平常的吊死人游戏-Guess a word on the java source code, similar to the usual hang-player game
Hangman
- This a tic hangman game. have fun-This is a tic hangman game. have fun
Hangman
- That s a HangMan game developed from Java
caiziyouxiyuanma
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:猜字游戏源码-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: Hangman game
hangman
- For this assignment, your mission is to write a program that plays the game of Hangman. As an assignment, Hangman serves two purposes. First, the program is designed to give you some practice writing programs that manipulate strings and files.
EvilHangmanGame.java
- a game of hangman in which the computer cheats by keeping a large list of possible words instead of selecting a word initially.-a cheating game of java!
Hangman-without-GUI
- Hangman游戏,这一版是不带GUI界面的。程序为从text文件中读取单词,在屏幕中打出横线,用户输入字母,猜错后提示,猜对时横线变成猜出来的字母,共6次猜错机会,若机会用完或单次完全猜对则游戏结束。-Hangman game, this version is without a GUI interface. Program reads from a text file, word play horizontal line on the screen, users enter letters,
Code
- 填单词游戏,答错后会有视图出现小人一步一步被“吊死”-Hangman is a word guessing game. The player is shown how many letters there are in the word (typically using blanks) and given the opportunity to guess letters that may be contained in the word (one at a time). There will b
Hangman_-in-Java
- 用java写的一个猜单词小游戏,Hangman。适合初学者学习java使用。可以用命令行运行,内有user manual。-A game whose name is hangman. A good java code for people who begins to study JAVA. Can be run in command line.
Hangman
- For this assignment, your mission is to write a program that plays the game of Hangman.