猫史档案馆


盗 版 《云种田》

用户:阿尔法16猫阿尔法16猫查看:5 回复:4 评论:5 创建时间:2023-07-27T14:39:09


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


回复

上一页1 页 / 共 1下一页
森林之喵a森林之喵a

@初小白就是屑了

点赞0


评论


关于初小白的优质分享关于初小白的优质分享

草生

点赞1


评论


孤僻又合群孤僻又合群

//云种田 
#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; 
	}
}

点赞0


评论


飞熊jSrt飞熊jSrt

冷知识,,进度条
奥很容易

点赞2


评论