贪吃蛇 C语言 简易程序设计

日期:2021-10-25 01:36:22 人气:1

贪吃蛇 C语言 简易程序设计

#define N 200
#include <graphics.h>
#include <stdlib.h>
#include <dos.h>
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
int i,key;
int
    A+
热门评论