搜索资源列表
C++小游戏代码
- 一个小游戏的代码,可以供给C++初学者学习之用-a little game of the code will be available to beginners learning C use
tuixiangzi
- 小游戏推箱子的经典C语言版,知道很多学生需要类似这种小游戏代码做练习,特上传一份
龟兔赛跑的小游戏
- 面这段代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟用 G 表示,兔子
一个有趣的拼单词游戏的代码
- 在英文报纸上经常有这样一个拼单词小游戏:给出几个字母,看你能组合出多少个长度为N的英文单词,其中第一个字母必须包含在每个单词里。这个小程序能给出所有的答案,对英文学习者来说是个很好的游戏辅助工具。
majiang.rar
- 用MFC编写的小游戏,麻将游戏。可实现多人联机。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源!,Using MFC to prepare small games, mahjong games. More than can be achieved online. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very good re
doudizhu
- 用MFC编写的小游戏,斗地主。可实现多人联机。编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源!-Using MFC to prepare small games,斗地主. More than can be achieved online. They are all code written in Chinese Notes of the beginning of contact with learners MFC is a very good resource!
jiulianhuan
- 本游戏采用窗体设计器生成的代码,实现“九连环”小游戏-This game is the use of Form Designer generated code, the realization of a series of nine mini game
Tetris
- 一个用C语言编写的功能完善的图形界面的俄罗斯方块小游戏,带有比较详细的代码注释。-Written in a language with a C-featured graphical interface Tetris game with a more detailed code comments.
HTML_Tetris
- HTML俄罗斯方块小游戏代码,界面简洁,难度可选:简单、一般、困难,键盘操作,↑:变换、←:左移、→:右移、↓:加速。(HTML Tetris game code, simple interface, simple and difficulty optional: general difficulties, keyboard, arrow: transform, -: left, right, down to: acceleration.)
2048
- 2048小游戏,仅供消遣,解压直接点击2048图标即可运行。利用python代码编写(2048 small games for entertainment only, decompression, click the 2048 icon to run directly. Using Python code to write)
Python写的贪吃蛇小游戏源码
- Python写的带简单图形界面的贪吃蛇小游戏,代码简短,是学习Python编程的好材料!(Python written with simple graphical interface Snake game, the code is short, is a good material to learn Python programming!)
飞机大战2
- 飞机大战小游戏,刚学完C语言,不会做界面,只写了一些核心代码(Aircraft war game, just finished the C language, will not do the interface, only to write some of the core code)
斗牛代码
- 斗牛小游戏代码 使用html5编程实现。(douNiu game using html5.)
html5-fly
- 一个射击小游戏,包含完整的项目文件,素材,代码(A shooter game, including a complete project fi)
java课程设计--Hannoi汉诺塔游戏
- 汉诺塔小游戏功能实现,游戏分为初,中,高难度。背景盘子颜色可以设置。(Tower of Hanoi game function, the game is divided into early, high difficulty. The color of the background plate can be set. Hannoi)
是男人撑过100秒(代码+程序)
- 自己做的一个基于direct3D做的小游戏,vs2015平台(I do a small game based on direct3D, vs2015 platform)
函数:Tic-Tac-Toe游戏-人机对战井字棋
- python小游戏代码 井字棋 ai 人工智能(game python ai you can play a game with ai)
扑克牌读心术网页游戏源码
- jQuery扑克牌读心术网页游戏源码是一款从上面的牌库中随机记住一张牌,然后点击开始按钮开始游戏,从弹出来的牌判断您记住的牌是否在其中,在的话点击在按钮,不在点击不在按钮的jQuery扑克牌读心术小游戏代码。(JQuery card reading web game source is a card from the above library randomly remember a card, and then click the start button to start the game,
VB小游戏源码
- vb编写的小游戏源码。新人学习使用,扫雷贪吃蛇等(VB written small game source code. Newcomers learn to use, mine and snake.)
VB反弹小球小游戏.代码源
- 代码源 用vb编的一个简单的小时玩的小游戏 键盘W\S、W、A、D控制挡板上下左右 自动的小球碰到挡板会反弹