搜索资源列表
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.
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
- For this assignment, your mission is to write a program that plays the game of Hangman.