1. 首页
  2. 游戏开发
  3. 其他
  4. c++小游戏—贪吃蛇(字符界面)

c++小游戏—贪吃蛇(字符界面)

上传者: 2018-12-25 19:44:47上传 RAR文件 24.2MB 热度 38次
1、登录界面Class Name所用方法:void gotoxy(int x,int y);//定义登录界面位置void Intershow();//绘制登录界面void Login();//显示登录及跳转2、游戏界面Class Game所用方法:void gotoxy(int x,int y);//定义游戏界面位置void color(int a);//改变输出颜色void init(int apple[2]);//绘制游戏界面void startgame();//开始游戏,判断游戏规则和输赢
用户评论
码姐姐匿名网友 2018-12-25 19:44:47

谢谢分享!!!!