搜索资源列表
char_mine
- C语言写的纯字符扫雷,并不比WINDOWS下的差多少!程序+源代码!-C language to write the characters purely mine, than Windows is not the number of poor! Source code!
ClearBoom
- 仿windows扫雷,可以选择雷的样式,可以作弊,排行榜字符加密,用JCreater开发。请多指教!-imitation windows mine clearance, mine can choose the style you can cheat, the list of characters encryption, with JCreater development. Please advise!
dagez
- 最新世界语单词打字游戏闪亮登场,彻底改变了传统的学习方法, 让你在玩中学会世界语,在最短的时间内轻松学会2000多个世界 语基础词汇,极大地提高了学习兴趣。游戏中所有单词均在世界 语基础词库中随机产生,常玩此游戏对记忆世界语单词有很大的 帮助。游戏已进行了五次升级,现已拥有世汉双语显示,世界语 采用漂亮的帽子字符显示。该游戏规则简单一看就会,当发现打 错时,可以按空格或回车重新选择目标单词,遇有戴帽子的字符 请用“x”表示,如用“cx”代替“cxo”如此类推。该游戏设
GUESSWORDS
- 猜字的经典游戏,2种方法。可存可不存单词入库。-guess characters of the classic games, two methods. Cun Cun may not be the word storage.
maze1104
- 走迷宫 Find a path through the maze to any space character in the perimeter of the maze. Paths through the maze are denoted by a space character and walls by any other non white-space character (apart from . characters). -Maze Find a path through the ma
C-BoxMan
- C语言写的VGA图形界面推箱子 思路简单,易于初学者学习, 用到了汉字字模-Writing C language of VGA graphical interface Sokoban thinking easy, easy for beginners to learn Chinese characters used in the matrix
saolei
- 使用字符数组a[N][N]存储布雷的数据,a[i][j]=’+’表示位置(i,j)没有地雷,a[i][j]=’*’表示位置(i,j)有一个地雷,0<=i<m,0<=j<n,m和n是键盘输入的总行数和总列数并且0<m,n<100。设计一个程序,输入m和n,随机初始化布雷数组,并输出布雷数组和每一位置周围的地雷数量,如果该位置是一个地雷,则输出一个’*’。-The use of characters in the array a [N] [N] stored da
c4
- 纯用 字符 和数组编的五子棋,棋盘也是用字符画的。 编了1上午了,主要是算法跟按键比较烦,发现有bug-- 按键速度过快会产生延时显示,可能是算法不好。 操作:玩家1: a,s,w,d(方向) 空格(落子) 玩家2: 上、下、左、右 回车 (落子) ESC: 退出 -Using only an array of characters and series of backgammon, the board is painted with the characters
1
- 本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,速度,正确率的统计显示-The game can be typed in English, the other characters and all characters, typing training, each training a number of characters and the typing time, speed, accuracy of statistics
EngineDemo
- 一个3d小游戏,游戏中的人物实现打怪升级的功能,及人物的一些基本属性-A 3d game, the game' s characters to achieve Daguai upgraded features, and some of the basic properties of characters
fk
- 不到200行代码的俄罗斯方块游戏,虽然是控制台下的字符显示,但整个程序结构清晰明了,对学习游戏及开发及相关算法具有很好的参考价值,VC++6环境下编译通过-Less than 200 lines of code Tetris game, characters are displayed under the console, but the entire program structure, clarity, a good reference value for learning game dev
zhang
- 通过上下左右键来控制人物的走动,可应用于迷宫等游戏中-Arrow keys to control the characters move around, can be applied to the maze game ...
Chess
- 简单易懂的编程思路! 棋盘游戏程序,人为一方,计算机为一方,人下时字符 * 将放在所指定的位置,而计算机下时字符 @ 将放在某一空格位置。行、列、或两对角线有连续三个相同字符一方为胜方,也有平局情况。能动态演示。-Straightforward programming ideas! Board game program, on the one computer on the one hand, people under the character* will be placed in the
cpintugame
- C#简单版人物拼图游戏源码,带声音,自己编译一下就能看效果了-C# Simple version of characters puzzle source, with sound, what can compile their own to see the effect of the
HuaRongRoad
- Java小游戏源代码< 华容道>> 程序执行后,点击相应的人物,然后按上下左右键可以移动。点击重新开始按钮,可以将各个人物的位置重置。如果目的地的面积能够容得下当前要移动的人物,则认为可以移动。当曹操移动到“曹操到达该位置”的位置的时候,认为程序结束。-Java game source code > > < < Huarong program execution, click on the appropriate characters, and the
piano
- 程序执行后,点击相应的人物,然后按上下左右键可以移动。点击重新开始按钮,可以将各个人物的位置重置。如果目的地的面积能够容得下当前要移动的人物,则认为可以移动。当曹操移动到“曹操到达该位置”的位置的时候,认为程序结束。-After executing the program, click on the appropriate characters, and then press the arrow keys to move. Click the start button, you can re
dazi
- 非常简单的大字游戏,让你学的更轻松,打字游戏源码-Characters very simple game that lets you learn more easily
tuixiangzi
- 在游戏中会出现一个围墙,围墙里有一个人物、若干个箱子和箱子的放置点。玩家需要利用方向键控制人物的上下左右移动,并推动界面中的箱子到达指定的箱子放置点。-In the game there will be a wall, the wall where there is a character, a number of boxes and boxes would be placed. Players need to use the arrow keys to control the characte
snake
- C语言的贪吃蛇教程,在LINUX可编译运行,字符无图片-Snake C language tutorial, LINUX compiler can run, characters without pictures
LOLHangUp_1.0
- 英雄联盟LOL游戏挂机小工具源码调用API设置鼠标位置并模拟鼠标右键让人物走动,全局钩子等 先实例化lol类,然后执行Hook_Start()方法 监-LOL League game hang gadget source API calls to set the mouse position and simulate the right mouse button to let characters move, such as the first instance of global h