C++中型游戏——龙虎斗 1.0.0 版本

作者: YYDS314-优快云博客

作者:zCq_Li-优快云博客

策划:李XX & YYDS314 & zCq_Li

执行:YYDS314-优快云博客

计划:

兵营:

    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;
}

即日起更新,希望能够得到大家的支持!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值