- 博客(1)
- 收藏
- 关注
原创 c语言贪吃蛇
这周的实训作业,记录一下~#include <stdio.h>#include <stdlib.h>#include <conio.h>#include <windows.h>#include<time.h>/* 游戏画面尺寸*/#define High 20 #define Width 30/*全局变量*/int canvas[High][Width] = { 0 }; // 二维数组存储游戏画布中对应的元素,0为空格,
2021-12-18 19:35:42
2159
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅