搜索资源列表
guess
- 一个猜单词游戏,用于课程设计的小程序,通过你尝试猜每个字母,最后猜出单词,看你用的次数
5040309566_03
- c环境下编译的猜字母游戏,直接可以运行,txt文件里是源代码
Guess
- 猜英文单字游戏 已内附基测1000个单字 是为了练习 DELPHI 2009 的新环境写的 完全使用基本元件,稍微改一下其他DELPHI环境都可编译。 游戏规则。 一:玩家每次只能猜一个字母; 二:玩家只能猜错有限次,否则游戏失败; 三:猜过的字母将会消失; 四:每次猜测后,游戏显示出当前猜出的残缺单词,以及当前猜错的所有字母,和剩下的猜错的机会; 五:假设玩家猜的字母在单词中,单词中所有的该字母将被视为已猜出,例如:假如原单
LingoSource
- 一个猜字游戏的源代码,主要是给游戏者五次机会来猜五个字母,给定两个字母的前提下。游戏本身具备难度设置,分为低中高三个层次。-ingo is a simple word game that is based on the popular TV game show format of the same name. The idea of the game is to give a player five chances to guess a five letter word, given two l
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 .....
game
- 使用c语言实现猜字谜的小型智力游戏。当四个字母都正确时,游戏结束。-C language charades with a small puzzle game.
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
Demo05
- 简单的猜字母游戏,可以尝试一下,简单的循环,一些java包的方法运用-Simple guessing game alphabet
caidanci
- C++编写的猜单词小游戏,玩家根据组成单词的字母个数猜出单词,猜的次数可以指定。分为人机对战和人人对战。-players guess the word based on the number of letters .you can play the game with the computer or the other player
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
Test10
- 此程序是一个猜词小游戏,首先给出乱序的单词各个字母,输入单词判断是否正确-This program is a word-guessing game, the first words out of order to give each letter, type the word correctly judge
猜字母游戏
- 猜字母游戏,当才对数组中的全部5个字母,则正确(Guess the alphabet game, when it's all 5 letters in the array, it's right.)