登录
首页 » Windows开发 » C语言实现贪吃蛇

C语言实现贪吃蛇

于 2022-05-15 发布 文件大小:42.51 kB
0 71
下载积分: 2 下载次数: 1

代码说明:

//: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 迷宫求解 求解迷宫中一条通路的伪码算法等
    迷宫求解 求解迷宫中一条通路的伪码算法等-Solving a maze to solve the maze path of pseudo-code algorithm
    2022-05-14 21:42:06下载
    积分:1
  • 人类的生命线
    寻找一个网上集中式Web门户,血站和医院可以寻找捐助者在他们的附近区域谁将会在很快的时间内。同时也保留捐赠者的健康报告记录快速评估。例如:在早期daysif一个人需要O +已经组的血,然后,我们将通过手机发送短信,但它是一个迟到的进程与它接触,只在一定程度上。这是主要的问题。通过使用这个应用程序的人可以搜索所需要的血型很容易通过互联网,如果所需的捐助可我们要以这个人直接联系。所有这些任务将在很短的时间内完成。如果需要供体不可用,我们可以把所需要的血型和我们在其上显示在主页上的紧急事件请求的联系号码。
    2022-07-08 08:31:50下载
    积分:1
  • 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法
    最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
    2022-03-21 19:49:14下载
    积分:1
  • 得到远程机器MAC地址源代码
    得到远程机器MAC地址源代码-remote machines source MAC address
    2023-02-17 11:45:04下载
    积分:1
  • 生成二维码
    生成二维码 生成QRCode的,并将其保存为bmp文件。Generate the QRCode and save it to bmp file.
    2022-02-05 20:37:39下载
    积分:1
  • 此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法....
    此代码实现了图象的平移,旋转,镜像,转置,缩放等几何变换算法.-This program achieves geometrical transform algorithm of images levle-remove,circumrotation,Mirror,transpose,zoom and so on.
    2022-08-25 01:40:18下载
    积分:1
  • in VB, the use of encryption, such as jscript scripting language. You can in you...
    在VB中,使用vbscript,jscript等脚本语言。你可以在你的程序中,使用脚本语言控制程序,你只需要改变脚本,就能实现程序的不同控制。很有意思的东西-in VB, the use of encryption, such as jscript scripting language. You can in your procedures, the use of scripting language control procedures, you only need to change the script, we will be able to achieve the different control procedures. Very interesting things
    2022-07-21 23:43:35下载
    积分:1
  • 我学习TC写的一个游戏附代码已经调试通过
    我学习TC写的一个游戏附代码已经调试通过-I was learning the game with a code debugging through
    2022-02-12 04:27:10下载
    积分:1
  • 很好的一篇文章钩zwcreateprocessex在Windows 2003。
    在Windows 2003中HOOK ZwCreateProcessEx 很不错的一篇文章啊!-A very good article of HOOK ZwCreateProcessEx in Windows 2003.
    2022-01-28 08:17:30下载
    积分:1
  • 在ListCtrl控件的report方 式头上添加背景
    在ListCtrl控件的report方 式头上添加背景 -ListCtrl controls in the report to the Control report ListCtrl way to add background head-heads add background
    2022-02-05 12:41:12下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载