C++中型游戏——龙虎斗 1.0.0 版本
作者: YYDS314-CSDN博客
策划:李XX & YYDS314 & zCq_Li
计划:
兵营:
1 人数
2 士气
3 防护+攻击+速度
4 疾病
5 战斗+行军
技能:----(保密,暂不公开)
武器:----(保密,咱不公开)
结构体:
#include <bits/stdc++.h>
using namespace std;
struct stu
{
int shu;/*0空 1龙 2虎 3蛇 */
int people;//人数
int shiqi;//士气
int attack;//攻击力
int fang;//防御力
int speed;//速度
bool going;//行军?
bool firing;//战斗中
int error;//疾病 1新冠 2流感 3艾滋
int food;//粮食储备
int health_Lv;//卫生等级
int ka[105];//拥有卡牌
int card;//卡牌数量
int tank,zhi,wuzhi,fighter;
int huboat,quboat,xunboat,zhanboat,hangmu;
};
//⊕※
stu a[3005][3005];
int n=100,m=100;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);cout.tie(0);
return 0;
}
即日起更新,希望能够得到大家的支持!
原文地址:https://blog.csdn.net/YYDS314/article/details/145233181
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!