本代码是
5合1 游戏代码
作者已运行!可以!
#include <iostream>
#include <unistd.h>
#include <string>
#include <ctime>
#include <bits/stdc++.h>
#include <cstdlib>
using namespace std;
int main()
{
string test;
cout << "欢迎来到 万能小游戏" << endl <<" 制作:大游工作室" << endl;
cout << "输入 大游 开始游戏" << endl;
getline (cin, test);
if (test == "大游"){
int jt;
while (true){
cout << "请选择模式: ①骰子 ②踩河豚 ③和平精英 ④蛋仔派对 ⑤黑客"<< endl;
int ms;
cin >> ms;
if (ms == 1){
while (true){
srand(time(0));
int tz;
tz = rand() % 6+1;
cout <<"本次结果为"<< tz << endl;
cout <<"1.返回游戏首页 2.继续游戏" << endl;
cin >> jt;
if (jt == 1){
break;
}
}
} else {
if(ms == 2){
system("start https://www.xiaohoucode.com/community/detail?id=46b28778aa13d68aedef1907d90f7ad0&from=explore#/stage/game");
} else {
if (ms == 3){
int a;
int x;
int t;
int u;
cout << "请选择模式:1.普通海岛 2.特训岛(现已转入绿洲起源内)" << endl;
cin >> x;
if (x == 1){
cout<< "你开局落地在山顶废墟,看到了武器,请选择:1.AKM + 手雷 2.M416 + 手雷 3.S1897 + 手雷" << endl;
cin >> a;
if (a == 1){
sleep(7);
cout << "你拾取了1号组合,正在前往P城"<< endl;
cout << "你到达了P城,淘汰了鸡鸡爆,突突——你被老六使用PKM淘汰了!排名:59/98" << endl;
return 0;
} else {
if (a == 2){
cout << "你拾取了2号组合,正在前往P城" << endl;
sleep(6);
cout << "你到达了P城,淘汰了坤坤,扑扑扑——有人在向你开枪,你要怎么做:1.逃跑 2.扔手雷" << endl;
cin >> a;
if (a == 1){
cout << "你选择了逃跑,但毕竟要付出代价,你进入了决赛圈,被老六淘汰了!排名:8/98" << endl;
return 0;
} else {
if (a == 2)
{
cout << "你向他扔出手雷,砰!你淘汰了小黑子,进入决赛圈,淘汰了所有人,成功吃鸡" << endl;
return 0;
}
}
}
if (a == 3)
{
cout << "你拾取了3号组合,正在前往P城" << endl;
sleep(6);
cout << "你到达了P城,淘汰了坤坤。丁——你听到有人掐雷,你要怎么做:1.逃跑 2.钢枪 3.等死" << endl;
cin >> a;
if (a == 1)
{
cout << "你选择了逃跑,但毕竟要付出代价,你没成功进入决赛圈,被毒圈毒死了!排名:11/98" << endl;
return 0;
} else {
if (a == 2){
cout << "你跑到敌人所处的楼里,biubiubiu——杀死了河豚君(河豚君你别骂我)此时,一位外挂选手杀了你,是否举报:1.举报 2.不举报" << endl;
cin >> a;
if (a==1){
cout << "你举报了他,获得了“反外挂高手”称号,并赠送了一次吃鸡机会,成功吃鸡!" << endl;
return 0;
}else if (a == 2){
cout << "你不举报他,平台认为你是外挂同伙,获得10年大礼包" << endl;
return 0;
}
} else if (a == 3){
cout << "你被河豚君杀死了!排名:64/98" << endl;
return 0;
}
}
}
}
} else {
if (x == 2){
cout << "你已进入特训岛,你要训练什么: " << endl;
cout << "1.室内靶场 2.室外靶场 3.跳伞机 4.载具驾驶 5.决斗" << endl;
cin >> t;
if (t == 1 || t == 2){
cout << "你已进入靶场,按6射击" << endl;
while(true){
srand(time(0));
int w = rand() % 11;
cin >> t;
if (t == 6){
cout << w <<"环"<< endl;
}
}
} else {
if (t==3){
cout << "你已坐上跳伞机,按6跳伞" << endl;
while(true){
srand(time(0));
int w = rand() % 101;
cin >> t;
if (t == 6){
sleep(4);
cout <<"位置:" <<w << endl;
}
}
}else {
if (t==4){
cout << "请选择载具:1.吉普车 2.轿车 3.摩托" << endl;
cin >> u;
if (u==1||u==2||u==3){
cout << "你已坐上车,按6开始比赛" << endl;
while(true){
srand(time(0));
int w = rand() % 11;
cin >> t;
if (t == 6){
cout << "开始比赛,预计15秒结束比赛" << endl;
sleep(15);
cout <<"比赛结束,你是第" <<w <<"名" << endl;
}
}
}
} else {
if (t==5){
cout << "你已进入决斗场,按6开始决斗" << endl;
cin >> t;
if (t == 6){
cout << "开始决斗!预计18秒后结束" << endl;
sleep (18);
srand(time(0));
int w = rand() % 3;
if (w==1){
cout << "你赢了!" << endl;
}else{
cout << "你输了!" << endl;
}
}
}
}
}
}
}
}
} else {
if (ms == 4){
while (1) {
int c, jz, t, gun;
cout << "你要玩什么:1.巅峰赛 2.休闲派对 3.特种蛋突击" << endl;
cin >> c;
if (c == 1||c == 2){
cout << "正在匹配,请稍等......" << endl;
sleep(5);
cout << "匹配成功!正在前往赛场" << endl;
sleep(3);
cout << "比赛开始,关卡是:齿轮推推"<< endl <<"是否使用高级人机介入:1.是 2.否"<<endl;
cin >> c;
if (c == 1){
cout << "你通关了"<< endl;
cout <<"1.返回蛋仔岛首页 2.退出游戏" << endl;
cin >> jt;
if (jt == 1) continue;
else return 0;
} else if(c == 2){
cout << "好吧,有福利你不用,官方认为你不喜欢他,导致你被封号了" << endl;
sleep(3);
cout << "你的账号已被封禁336500天"<< endl;
return 0;
}
}else if (c == 3){
cout << "正在匹配,请稍等......" << endl;
sleep(5);
cout << "匹配成功!正在前往赛场" << endl;
sleep(3);
cout << "比赛开始,请选择决战技:1机械钩爪 2隐身 3雪球滚滚"<< endl;
cin >> jz;
cout << "开始跳伞,你要跳在哪:1.超市 2村庄 3森林 4港口"<< endl;
cin >> t;
if (t == 1){
cout << "你降落在了超市"<< endl;
}else{
if (t == 2){
cout << "你降落在了村庄"<< endl;
}else {
if (t == 3){
cout << "你降落在了森林" << endl;
} else {
if (t == 4){
cout <<"你降落在了港口" << endl;
}
}
}
}
sleep (2);
cout << "你要拾取什么武器:1.火箭筒 2.霰弹枪 3.重型机枪"<< endl;
cin >> gun;
cout << "你拾取了武器,突突——有人在笑你开枪,你把他杀死了。经过九九八十一回的战斗"<< endl;
srand(time(0));
int wx;
wx = rand() % 2;
if (wx == 0){
cout << "你赢了" << endl;
}else {
cout << "你输了"<< endl;
}
cout <<"1.返回蛋仔岛首页 2.退出游戏" << endl;
cin >> jt;
if (jt == 1) continue;
else return 0;
}
}
} else{
if (ms == 5){
cout<<"本游戏只供娱乐,请勿转发,以免造成社会影响"<< endl;
sleep(2);
cout <<"如果不想关机,可以不在本地运行,前往网站运行"<< endl << endl;
sleep(2.3);
cout <<"注意!程序里的是否题答题方式:按 1 表示 是,按 2 表示 否"<<endl;
cout <<"注意!程序里的是否题答题方式:按 1 表示 是,按 2 表示 否"<<endl;
cout <<"注意!程序里的是否题答题方式:按 1 表示 是,按 2 表示 否"<<endl << endl;
sleep(2.3);
cout <<"5秒后黑客代码开始运行!提醒:现在可以退出运行!"<< endl;
int yn;
sleep (5);
cout <<"黑客代码开始运行" <<endl;
sleep(1);
cout << "是否升级防火墙?" << endl;
cin >> yn;
if (yn == 1){
sleep(3);
cout << "升级完毕!" << endl;
} else {
if(yn == 2){
cout << "你不升级?" <<endl;
sleep(0.8);
cout << "那就等着电脑寄寄吧!" <<endl;
}
}
sleep(10);
cout << "哈哈,你被骗了!" << endl;
sleep(4);
cout << "黑客正在试图攻击您的电脑!"<<endl;
sleep(1);
cout << "我们尽量保护您的电脑!" << endl;
sleep(3);
cout << "你不信?" << endl;
sleep(1);
cout << "我再给你一次机会选择!" << endl;
int yo;
cin >> yo;
if (yo == 1){
cout << "算你识相!" << endl;
sleep(1);
cout << "我会尽量保护你的电脑!!!" << endl;
} else {
if (yo == 2){
cout << "还是不信?" << endl;
sleep(1);
cout << "我告诉你吧!" << endl;
}
}
cout << "我就是黑客!" << endl;
sleep(1);
cout << "警告!你的电脑即将去世!" << endl;
sleep(1);
cout << "你好自为之吧!" << endl;
sleep (2);
while (true);
cout << "你好自为之吧!" << endl;
system("shutdown -s -t 10");
return 0;
}
}
}
}
}
}
} else {
cout << "☹你为什么要这样?☹我不给你玩了!☹";
}
return 0;
}