搜索资源列表
hangman
- a basic hangman game implemented in c++ fun game to play
hangman
- Its a hangman game built in C language.
hangman
- Hangman控制台程序,一个猜单词的小游戏,需要两个人参与-Hangman console application, a word guessing game, need two people to participate
Hangman
- This a hangman game I created in Java . -This is a hangman game I created in Java .
C_guess
- 猜字游戏 (一)程序设计要求 (1)功能要求 ①玩家每次只能猜一个字母;不得多次猜测同一个字母;玩家只能猜错有鮮-Hangman (a) program design (1) functional requirements ① players can only guess one letter not guess the same letter several times players can only guess wrong a few .....
JeuDuPendu
- hangman game their is a dico t-hangman game their is a dico too
hangman
- 使用python语言编写的一个hangman的游戏 执行需要安装python的开发程序-A language using python hangman of the game need to install python implementation of the development process
hangman-game-project
- In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, al
hungmanguessword
- 英文单词猜谜游戏,有次数限制,可以反复游戏,为数据结构一个设计作业-Write a program that plays the game of HANGMAN(guessing a mystery word). Read a word to be guessed from a file into successive elements of the array WORD. The player must guess the letters belonging to WORD. A singl
project5
- 英文单词猜谜游戏,有次数限制,可以反复游戏,为数据结构一个设计作业-Write a program that plays the game of HANGMAN(guessing a mystery word). Read a word to be guessed from a file into successive elements of the array WORD. The player must guess the letters belonging to WORD. A singl
project-5-The-game-of-HANGMAN
- 一个有趣的英文单词猜写游戏,可以选择难易程度-Write a program that plays the game of HANGMAN(guessing a mystery word).
Hangman-with-GUI
- Hangman游戏,这一版是带GUI界面的。程序为从text文件中读取单词,在屏幕中打出横线,用户输入字母,猜错后提示GUI的小人加一笔,猜对时横线变成猜出来的字母,共6次猜错机会,若机会用完或单次完全猜对则小人完全画完整且被吊死,游戏结束-Hangman game, this version is with GUI interface. Program reads from a text file, word play horizontal line on the screen, users
Hangman
- 一个叫做Hangman的小游戏,根据猜测次数以及准确度来评判游戏过关与否-This is a Hangman game
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!
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-game-project
- In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, al
hangman
- 通过一个猜字母的游戏,练习perl中的直接量列表、数组、s p l i t、j o i n、上下文和f o r e a c h循环等概念-it`s a word guess game,by which you canpractice the concepts array,datasheet,split,join and foreach of perl
project-5-The-game-of-HANGMAN
- 一个有趣的英文单词猜写游戏,可以选择难易程度-Write a program that plays the game of HANGMAN(guessing a mystery word).
Hangman1Source
- This game provides the framework for a future version with computer play. Here we ll define the basic drawing strategy, an array of 9 TPiece objects defining the gallows and hanging man. A TList component is an ideal place to keep a list of objects -
HANGMAN
- Hi I am doing a research project on a hangman program for C++ and i stumbled across this