搜索资源列表
汇编贪吃蛇
- 一个完成文件,贪吃蛇游戏,汇编语言版的,是本人学习汇编语言时做的。-a completed document, Snake games, the assembly language version, I am learning assembly language so.
又一贪吃蛇游戏
- 又一个经典的贪吃蛇游戏,用鼠标控制蛇移动的方向.-also a classic Snake game with mouse control snake moving in the direction.
贪吃蛇
- c写的text mode下的贪吃蛇,用win-tc或turbo c编译
各种贪吃蛇
- 单人,双人(队友,互相攻击), 充分演绎经典贪吃蛇游戏.
有点奇怪的贪吃蛇游戏
- 有点奇怪的贪吃蛇游戏,看上去有些逗,根据vc的MVC编写,源码编译无错,希望大家喜欢。
Snake
- 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake mov
Snake
- PyGame版本的贪吃蛇游戏.用W,A,S,D键控制方向,比较简单,帮助学习.-Snake for PyGame version
Snake
- 用Java实现的贪吃蛇游戏,与通常的贪吃蛇游戏不同,他可以两条蛇对战-A Snake Game by Java,different with normal Snake game,there are two snakes PK in this game
snake
- VC++下编写的贪吃蛇游戏,基于MFC的对话框-Written in VC++ under the Snake game, based on the MFC dialog box. . . .
22
- 贪吃蛇游戏源代码和实现设计 从中也可以帮助你复习C++的相关知识-about play snake game if you need it you can download
qk_snake_api
- VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
基于Delphi7的贪吃蛇开发
- Delphi7下的贪吃蛇开发。Delphi7下的贪吃蛇开发。Delphi7下的贪吃蛇开发。
贪吃蛇
- 经典的贪吃蛇小游戏,虽然界面很简陋,但是很好玩哦(It is an amazing and reminiscent game which everybody has played it before. It is for sure that you are going to love it.)
贪吃蛇(HC6800-ES V2.0)
- 贪吃蛇游戏,功能好强大,对硬件要求比较低,很好玩(snake eat somthing you know)
贪吃蛇
- 贪吃蛇小游戏,c语言编程,简单上手,易学习,思路简单清晰(Snake game, C programming language, simple to use, easy to learn, simple and clear thinking)
贪吃蛇
- mfc贪吃蛇小游戏,有点小bug,但不影响主体功能(MFC Snake game, it has a little small bug, but does not affect the main function)
贪吃蛇
- 贪吃蛇游戏源码,一系列经典游戏,通过C的编写构造该游戏,设计该游戏的操作 较为简单,但是算法挺难。(Snake game source code, a series of classic games, through the preparation of the C to build the game, the design of the game is relatively simple operation, but the algorithm is difficult.)
贪吃蛇
- C语言开发的贪吃蛇游戏小程序,使用的图形库稍稍落后。(C language development of Snake game applet, the use of graphics library slightly behind.)
贪吃蛇(用户版)
- 一个简单贪吃蛇游戏,可以实现通关的功能,每个用户可以注册登录,能保存游戏进度(A simple Snake game,Can realize the function of customs clearance, each user can register to log in, can save the game progress)
C语言贪吃蛇游戏
- 自己编写的贪吃蛇游戏,C语言,包括计分、开始、结束。通过更改#define可自定义大小。