搜索资源列表
hangman
- a basic hangman game implemented in c++ fun game to play
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 .....
hangman
- 使用python语言编写的一个hangman的游戏 执行需要安装python的开发程序-A language using python hangman of the game need to install python implementation of the development process
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
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 -