搜索资源列表
Snake
- 经典小游戏贪吃蛇,C语言编写,简单又好玩-Classic Snake game, C language, simple and fun
snake
- 用C语言编写的贪吃蛇小游戏,初学和teammate一起完成的,程序比较简单。 此贪吃蛇的主要特点是: 1.可以自主选择速度。 2.蛇可以穿墙过。 -Written in C language with the Snake game, and teammate with the complete beginner, the program is relatively simple. The Snake The main features are: 1. You can choose
afa
- 贪吃蛇,c语言编辑。简单的c语言小游戏。(Retro Snaker,which you can play in computer class.)
贪吃蛇
- C语言编写的单片机小游戏,有原文件及改良文件(C language microcontroller game)
王牌3+C源码大放送
- 王牌3+C源码大放送 源码01 文件加密解密 源码02 人机猜数字 源码03 青蛙交换 源码04 大小写数字转换器 源码05 仿真计算器 源码06 推箱子游戏 源码07 俄罗斯方块游戏 源码08 贪吃蛇游戏 源码09 扫雷游戏 源码10 五子棋游戏(Trump 3+C source code, big broadcast Lots of games)
贪吃蛇
- 贪吃蛇小游戏,c语言编程,简单上手,易学习,思路简单清晰(Snake game, C programming language, simple to use, easy to learn, simple and clear thinking)
贪吃蛇
- C语言开发的贪吃蛇游戏小程序,使用的图形库稍稍落后。(C language development of Snake game applet, the use of graphics library slightly behind.)
源代码
- 这是用C语言开发的贪吃蛇小游戏,3中玩法,第1种:蛇吃食物变长,第二种,蛇吃食物变短,第三种,蛇吃食物不变。 有加速设计,流动障碍设计。 蛇可以发动的技能有减速技能;无敌技能(变为蓝色)(即撞到障碍物没事,但撞到墙会死)。(This is a snake game developed with C language, 3 play, first kinds: snake eat food longer, second kinds, snake eat food short, third kind
贪吃蛇
- 可以编辑一个贪吃蛇小游戏,也可以作为C语言节课作业(Can edit a snake game, can also be used as C language class homework)
snake
- 通过图形界面实现贪吃蛇小游戏,用电脑键盘上下左右控制蛇的移动方向(Through the graphical interface to realize the snake game, use the computer keyboard to control the direction of the snake.)
课程设计——贪食蛇(C语言)
- 用C语言实现小游戏贪吃蛇,此文件是贪吃蛇游戏的设计报告,包含源代码以及设计步骤(Use C language to realize small game Snake)
贪吃蛇
- 小时候都玩过贪吃蛇这个经典的小游戏,在我们的普通手机里似乎都是必备的。它伴随着我们的童年,经历了好多好多时光。它带给我们了许多的乐趣。 学习了c++这门编程语言后,我就想着能不能把它做出来,在我查看了相关知识后,明白了其中的道理,就尝试着自己写出这个小游戏来,而且加入了许多可玩性的东西,包括等级选择,暂停/继续和分数制。整个程序采用了类和数组的相关知识实现。(When I was young, we played the classic game of snakes, which seemed
贪吃蛇
- C语言实现贪吃蛇小游戏,用Windows、conio、time等数据库函数实现(The C language realizes the snake game, and uses the database functions such as Windows, conio, time and so on)
贪吃蛇c语言代码(贪吃蛇c++代码)V2015 Windows版
- 使用c语言编程的简易贪吃蛇程序无聊休闲小游戏(Simple Snake program)
Snake_project
- 用C语言写的贪吃蛇小游戏,游戏他通过蛇身不断吃掉游戏里随机出现的食物,望采纳(Using C language to write the snake game, the game through his continuous random food eating snake game, hope to adopt)
C语言(.cpp后缀)贪吃蛇
- 简易贪吃蛇,VC6.0运行,操控用大写的WASD进行,可以设置蛇的行驶速度大小,并自行设定种子数
C语言小游戏源代码_贪吃蛇
- 可以实现的,简单的小程序设计,很常用的小游戏。(Possible,Simple small program design, very common small games.)
SNAKE
- c语言实现简单贪吃蛇小游戏,用vs开发的,图形界面(C language to achieve simple Snake game, developed by vs, graphical interface)
贪吃蛇游戏
- 自己用C语言编写的贪吃蛇小游戏,编译环境VS2013,可通过电脑键盘操纵小蛇的前进方向。
C语言编程贪吃蛇
- 用C语言编写的贪吃蛇小游戏源代码,没事可用来练手。