搜索资源列表
TCWORK
- 用C语言实现贪吃蛇游戏在TURBOC 2.0中实现-Using C language realize Snake game in TURBOC 2.0 to achieve
greedy_snake(c++)
- 一个贪吃蛇游戏,c++语言实现,在控制台下运行-A Snake game, c++ Language, running under the console
c++贪食蛇
- 程序关键在于表示蛇的图形及蛇的移动。用一个小矩形块表示蛇的一节身体,身体每长一节,增加一个矩形块,蛇头用一节表示。移动时必须从蛇头开始,所以蛇不能向相反的方向移动,如果不按任意键,蛇自行在当前方向上前移,但按下有效方向键后,蛇头朝着该方向移动,一步移动一节身体,所以按下有效方向键后,先确定蛇头的位置,而后蛇的身体随蛇头移动,图形的实现是从蛇头新位置开始画出蛇。食物的出现与消失也是画矩形块和覆盖矩形块。为了便于理解,定义两个结构体:食物与
贪吃蛇
- 通过游戏程序设计,提高编程兴趣与编程思路,巩固C语言中所学的知识,合理的运用资料,实现理论与实际相结合。(Through the game program design, to improve programming interest and programming ideas, to consolidate the knowledge learned in the C language, the rational use of inf
Snake
- 使用windowsAPI实现贪吃蛇小游戏(A snake game finished by C.)
51CTO下载-C++MFC贪吃蛇源代码(改进版1)
- 充分实现了贪吃蛇的功能,语言简单易懂,非常适合初学者(the word fully realized the function of the snake.Language is easy to understand.It's very suitable for beginners)
C语言贪吃蛇
- 实现贪吃蛇游戏,自己试过还是很还玩,可以看看(Snake game to achieve their own tried, or very still play, you can see)
代码
- 利用opengl实现贪吃蛇 可以移动吃东西等操作(Using OpenGL to realize snake You can move, eat, and stuff)
贪吃蛇代码
- 实现贪吃蛇的基本功能,在开始前有音乐,非常适合初学者(To achieve the basic function of snakes, before the beginning of music, very suitable for beginners)
贪吃蛇
- 实现的一个C++小游戏,童年的记忆贪吃蛇(The realization of a C++ game, a childhood memory of a snake)
贪吃蛇
- 小时候都玩过贪吃蛇这个经典的小游戏,在我们的普通手机里似乎都是必备的。它伴随着我们的童年,经历了好多好多时光。它带给我们了许多的乐趣。 学习了c++这门编程语言后,我就想着能不能把它做出来,在我查看了相关知识后,明白了其中的道理,就尝试着自己写出这个小游戏来,而且加入了许多可玩性的东西,包括等级选择,暂停/继续和分数制。整个程序采用了类和数组的相关知识实现。(When I was young, we played the classic
贪吃蛇
- 用C#的画布实现简单的贪吃蛇,适用于新手学习(The use of C#'s canvas to achieve simple greedy snakes is suitable for beginners.)
Snake
- 贪吃蛇的C++实现,蛇模型用到双端队列,每次蛇的移动只改变了蛇头蛇身(the implement of Retro Snaker with C plus plus)
贪吃蛇
- 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++编写,大作业,小程序。实现游戏贪吃蛇的功能。。(Greedy snake, written in c++, big homework, small program. To realize the function of the snake for the game)
贪吃蛇代码
- 在VC上实现简单的贪吃蛇游戏,用W,A,S,D可以实现控制,仅供初学者学习参考,真正的可玩性并不强(Realization of a simple Snake game on VC)
贪吃蛇游戏based on C
- 基于C语言实现的贪吃蛇游戏,与传统的手机游戏类似。(Snake game based on C language)
贪吃蛇
- 贪吃蛇游戏简单设计,实现简单的运行操作,(Snake game design..................)
贪吃蛇
- 利用C#语言与vs开发工具实现了一个,简单的桌面贪吃蛇游戏(A simple desktop snake-eating game is implemented by using C# language and vs development tools.)
贪吃蛇大作战2.0
- 能实现基本的贪吃蛇游戏功能,随机产生食物,吃到食物身长增加,分数增加,撞墙或撞蛇身游戏结束,游戏结束后可以选择是否重新开始(It can acheive the basic function of Snake game.)