随笔分类 -  游戏

摘要:1 #include <iostream> 2 #include <string> 3 #include <conio.h> 4 /*conio.h是Console Input/Output(控制台输入输出)的简写,其中定义了通过控制台进行数据输入输出的函数, 5 主要是一些用户通过键盘按键产生的对 阅读全文
posted @ 2020-04-06 11:22 江雨牧 阅读(191) 评论(0) 推荐(0)
摘要:1 #include<iostream> 2 #include<windows.h> 3 #include<time.h> 4 #include<conio.h> 5 #define H 22 6 #define W 22 7 using namespace std; 8 9 class chess 阅读全文
posted @ 2020-03-30 16:35 江雨牧 阅读(689) 评论(0) 推荐(0)