
Lv.1
道法三千六百门,人人各执一苗根
签名:摸鱼
在 【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复
好过分有人管遇见
v的风俗有几家GV发i客户UR说他?fjrmshhngrf
鄂大叫哦?疯癫赛很快就
2023-07-28T21:35:29 点赞:0
在 盗 版 《云种田》 中回复
//云种田
#include <bitset>
#include<iostream>
#include<Windows.h>
#include<fstream>
#include<thread>
using namespace std;
int main(){
int species;//金币
int grade;//等级
int T1[25];/*田地状态
n=0 未犁
n=1 已犁
n=2 闪耀肥料
n=3 水田
n=4 肥料田
n=5 未解锁
*/
int T2[25];/*作物种类
n=0 无作物
n=id 作物n
*/
int T3[25];/*作物状态
n=0 无作物
n=1 一级 未浇水
n=2 一级 生长中
n=3 二级 未浇水
n=4 二级 生长中
n=5 三级 生长中
n=6 三级 生长中
n=7 四级 已成熟
*/
int B1[30];//麻包,25格(1级后解锁)
int B2[25];//麻袋,20格(20级后解锁)
/*
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//
int ;//*/
int lg=1;//语言 1=CN 2=EN
int b;//辅助
int a;//辅助
while(1){//主页
if(lg==1){
cout<<"欢迎来到云种田!"<<endl;
cout<<"1(新的游戏"<<endl;
cout<<"2(导入存档"<<endl;
cout<<"3(语言设置"<<endl;
cout<<"4(游戏简介"<<endl;
cout<<"5(退出"<<endl;
}
if(lg==2){
cout<<"Welcome to Cloud farming!"<<endl;
cout<<"1(New Game"<<endl;
cout<<"2(Import Archive"<<endl;
cout<<"3(Language settings"<<endl;
cout<<"4(Game Introduction"<<endl;
cout<<"5(exit"<<endl;
}
cin>>a;
cout<<endl;
if(a==1){
if(lg==1){
cout<<"新的游戏"<<endl;
cout<<"真的要开始吗?这需要一点时间来初始化"<<endl;
cout<<"1(是的"<<endl;
cout<<"2(再想想"<<endl;
}
if(lg==2){
cout<<"New Game"<<endl;
cout<<"Do you really want to start? This will take some time to initialize"<<endl;
cout<<"1(Yes"<<endl;
cout<<"2(Think again"<<endl;
}
cin>>a;
cout<<endl;
if(a==1){
if(lg==1){
cout<<"--正在开启新世界--"<<endl;//▏▎▍▋▊▉
}
if(lg==2){
cout<<"--Opening up a new world--"<<endl;//▏▎▍▋▊▉
}
species=100;
T1[17]=5;
Sleep(300);
cout<<"▏ 5%"<<endl;
grade=1;
T1[18]=5;
Sleep(300);
cout<<"▎ 10%"<<endl;
T1[1]=0;
T1[19]=5;
Sleep(300);
cout<<"▍ 15%"<<endl;
T1[2]=0;
T1[20]=5;
Sleep(300);
cout<<"▋ 20%"<<endl;
T2[25]=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
Sleep(300);
cout<<"▊ 25%"<<endl;
T1[4]=5;
T1[3]=0;
Sleep(300);
cout<<"▉ 30%"<<endl;
T3[25]=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
Sleep(300);
cout<<"▉ ▏ 35%"<<endl;
T1[6]=5;
T1[5]=5;
Sleep(300);
cout<<"▉ ▎ 40%"<<endl;
T1[7]=5;
Sleep(300);
cout<<"▉ ▍ 50%"<<endl;
T1[8]=5;
Sleep(300);
cout<<"▉ ▋ 55%"<<endl;
T1[9]=5;
Sleep(300);
cout<<"▉ ▊ 60%"<<endl;
T1[10]=5;
Sleep(300);
cout<<"▉ ▉ 65%"<<endl;
T1[11]=5;
Sleep(300);
cout<<"▉ ▉ ▏ 75%"<<endl;
T1[12]=5;
Sleep(300);
cout<<"▉ ▉ ▎ 80%"<<endl;
T1[13]=5;
T1[14]=5;
Sleep(300);
cout<<"▉ ▉ ▍ 85%"<<endl;
B1[30]=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
Sleep(300);
cout<<"▉ ▉ ▋ 90%"<<endl;
B2[25]=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
Sleep(300);
cout<<"▉ ▉ ▊ 95%"<<endl;
T1[16]=5;
T1[15]=5;
Sleep(300);
cout<<"▉ ▉ ▉ 100%"<<endl<<"按下任意键以继续";
system("pause");
break;
}
}
else if(a==2){
}
else if(a==3){
while(1){//语言
if(lg==1){
cout<<"语言设置"<<endl;
cout<<"1(简体中文/Chinese←"<<endl;
cout<<"2(英语/English"<<endl;
cout<<"3(返回"<<endl;
}
if(lg==2){
cout<<"Language settings"<<endl;
cout<<"1(简体中文/Chinese"<<endl;
cout<<"2(英语/English←"<<endl;
cout<<"3(return"<<endl;
}
cin>>a;
cout<<endl;
if(a==1){
lg=1;
}
else if(a==2){
lg=2;
}
else if(a==3){
break;
}
else{
if(lg==1){
cout<<"参数错误!请输入正确的选项"<<endl<<endl;
}
if(lg==2){
cout<<"Parameter error! Please enter the correct option"<<endl<<endl;
}
}
}
}
else if(a==4){
if(lg==1){
cout<<"可以读档存档的种田小游戏"<<endl<<"当你有高版本的物品登入低版本存档,游戏就会崩溃"<<endl<<"在这个游戏里,没有复杂的操作,只有简单的种田"<<endl<<"甚至你可以在玩这个游戏的时候玩其他的游戏"<<endl<<"高达200+的物品、20+的机制工具,100+的食物"<<endl<<"鼠标操作"<<endl<<"锄头耕地和收获"<<endl<<"花洒浇水"<<endl<<"喵子商店购买"<<endl<<endl;
}
if(lg==2){
cout<<"Farming games that can be read and saved"<<endl<<"When you have a higher version item logged into a lower version save, the game will crash"<<endl<<"In this game, there are no complex operations, only simple farming"<<endl<<"You can even play other games while playing this game"<<endl<<"Up to 200+items, 20+mechani喵 tools, and 100+food"<<endl<<"Mouse operation"<<endl<<"Hoe plowing and harvesting"<<endl<<"Sprinkler watering"<<endl<<"No Seed Store Purchase"<<endl<<endl;
}
}
else if(a==5){
cout<<"--------------------------------"<<endl<<"Process exited after 1.17 seconds with return value 114514"<<endl<<"请按任意键继续. . .";
system("pause");
return 114514;
}
else{
if(lg==1){
cout<<"参数错误!请输入正确的选项"<<endl<<endl;
}
if(lg==2){
cout<<"Parameter error! Please enter the correct option"<<endl<<endl;
}
}
}
while(1){
cout<<"哦买噶!误入虚空之地 这里还没开发好"<<endl;
return 666;
}
}2023-07-28T21:40:41 点赞:0
在 猜系列(第21期)(猜国内城市) 中回复
我笑喵了,第一次说成都,我觉得不可能,第二次说四川,虽然我已经快笑喵了,但是……第三次说重庆!哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
2023-08-09T19:44:06 点赞:0
在 【小游戏】把你的名字机翻成日语然后再翻译回中文重复2两次以后结果会有多生喵 中回复
英:嗨害嗨玛德,没反应 日:嗨害嗨やあ、こんにちは 饿:嗨害嗨还是没反应
2023-08-09T19:48:39 点赞:1