猫史档案馆


孤僻又合群

孤僻又合群

Lv.1

道法三千六百门,人人各执一苗根

获赞:365收藏:79浏览:4325作品收藏:44

签名:摸鱼

回复帖子评论
上一页4 页 / 共 6下一页

即将放假!!! 中回复

二升三,没有人比我低了吧

2023-07-06T20:00:17 点赞:0

需要封面请疯狂喵我! 中回复

头像男,在线等QAQ

2023-07-06T20:08:09 点赞:0

一个小游戏:请打出楼下名字的第一个字和最后一个字 中回复

亿y?

2023-07-07T20:09:55 点赞:1

猜编程猫社区工作室 第一期 中回复

闺蜜有一个人玉玉,一个人被封号了

2023-07-07T20:24:06 点赞:1

找工作室。 中回复

我们快二级了

2023-07-08T09:53:41 点赞:0

找工作室。 中回复

点点,夜空,都行,给你推荐一下

2023-07-08T09:55:30 点赞:0

玩个无聊的游戏 中回复

924

2023-07-10T20:44:35 点赞:0

你们现在有多少个三阶精灵? 中回复

20个,你是个新手?

2023-07-10T21:00:16 点赞:0

我的作品到发现第一个啦!!!!!! 中回复

👍

2023-07-14T15:39:05 点赞:0

加一个字毁掉楼下的昵称 中回复

东风四起床

2023-07-20T20:08:58 点赞:0

一个小游戏:请打出楼下名字的第一个字和最后一个字 中回复

延路

2023-07-21T11:53:44 点赞:1

【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复

也挺热参与感润发飞蛾润发恶意同意

2023-07-22T11:11:13 点赞:0

问你们个逝哈)))) 中回复

那我就不发帖子了

2023-07-22T11:12:04 点赞:0

猜社区名(第十三期) 中回复

我师傅(坏笑😏

2023-07-22T11:23:03 点赞:1

好久没有玩啦,4个字形容楼下的人 中回复

很享受哦emotion_喵喵

2023-07-26T19:55:48 点赞:0

评选你认为社区最抽象的人 中回复

电警棍

2023-07-26T19:57:00 点赞:1

最近感觉心情挺郁闷的,总感觉有点压抑感咋回事(( 中回复

Metoo

2023-07-28T21:19:40 点赞:0

我在福建挂台风了 中回复

明天我们天津也是台风

2023-07-28T21:30:11 点赞:0

【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复

发动机赣南科技学院

2023-07-28T21:34:59 点赞:0

【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复

好过分有人管遇见

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

加一个字毁掉一个城市名 中回复

滨州→滨海州

2023-07-28T21:48:42 点赞:0

【小游戏】闭着眼在键盘上打字,你能打出什么? 中回复

都有发货

2023-07-29T11:19:04 点赞:0

源码精灵的bug 中回复

这不是bug

2023-07-29T11:23:13 点赞:0

没有人知道我这里昨天有台风 中回复

天津:你礼貌吗?

2023-07-29T20:59:10 点赞:0

啊呜呜X﹏X什么时候才能到精英工作室 中回复

应该要几个月(老实

2023-08-09T15:27:12 点赞:0

猜系列(第21期)(猜国内城市) 中回复

我笑喵了,第一次说成都,我觉得不可能,第二次说四川,虽然我已经快笑喵了,但是……第三次说重庆!哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈

2023-08-09T19:44:06 点赞:0

【小游戏】把你的名字机翻成日语然后再翻译回中文重复2两次以后结果会有多生喵 中回复

英:嗨害嗨玛德,没反应 日:嗨害嗨やあ、こんにちは 饿:嗨害嗨还是没反应

2023-08-09T19:48:39 点赞:1

【水】加/减/改一个字毁掉楼下所属工作室名,没有所属工作室则加/减/改一个字毁掉楼下名字 中回复

没字游戏工作室

2023-08-09T20:14:15 点赞:0

(灌水)一句话评价楼下的头像 中回复

某类生物

2023-08-09T20:22:10 点赞:0