搜索资源列表
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 can practice the concepts array,datasheet,split,join and foreach of perl
hangman
- This source code for hangman program. It s created in devc++ and the enviroment is for newbie programmer.-This is source code for hangman program. It s created in devc++ and the enviroment is for newbie programmer.
hangman.py-2
- 做的简单的吊死鬼游戏,一入CS深似海,从此妹子是路人。。图像文件没传,大家自由发挥-hangman.py #Hangman Game #Author: JIJIJIJIJI #Date: 02/27/2013 from graphics import* from random import*
hangman
- 基于java的hangman游戏实现,带界面;有两个版本-a development of hangman based on java programming language, which included GUI interfaces have two versions
game-hangman.c
- It is a simple project just to provide a Hang Man game concept.In this project I haven’t draw a man for a wrong choice so,try to draw a simple man by using “|” pattern in your project which make your project better . Here is the source code ,copy a
caidanciyouxi
- 这段程序是关于猜单词游戏的程序。如有不足,欢迎指教。-This procedure is about Hangman program. If not enough, please advise.
hangman
- 字符串或串(String)是由数字、字母、下划线组成的一串字符。一般记为 s “a1a2···an”(n> 0)。它是编程语言中表示文本的数据类型。在程序设计中,字符串(string)为符号或数值的一个连续序列,如符号串(一串字符)或二进制数字串(一串二进制数字)。 通常以串的整体作为操作对象,如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的
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
Program4
- Evil Hangman. Made with a hash function and a dictionary
hangman
- matlab实现hangman(上吊的人)小游戏(matlab code for hangman)
MyHangManVersionCode
- This is my version of Hangman Console Game