问题标题: 永轩工作室:好孩子养成

0
0
已解决
廖睿轩
廖睿轩
新手光能
新手光能

以下是1.0版本,后续会更新

#include<iostream>
#include<windows.h>
#include<string.h> 
using namespace std;
int main(){
    int a,iq=260,iq2=250;
    string name,f;
    cout<<"               中国好家长\n";
    cout<<"           任意键开始";
    cin>>a;
    Sleep(1000);
    system("cls");
    cout<<"宝宝出生了,叫什么名字好呢?";
    cin>>name; 
    system("cls");
    cout<<"妈妈:"<<name<<",好吉祥的名字,他(她)长大一定是个天才!\n";
    system("pause");
    system("cls");
    cout<<"1年后....\n";
    cout<<"是个男(1)/女(2)孩!\n";
    cin>>a;
    if(a==9999){
        cout<<"激活了爸爸留下的彩蛋,\n您的孩子智力自动归零,且失去排泄以及尿尿功能,\n成为了智障!恭喜!\n";
        iq=-250;
    }
    system("pause");
    system("cls");
    cout<<"1年后.....\n";
    cout<<name<<"上幼儿园了!\n";
    if(iq<iq2){
        cout<<"因为智商过低被嘲笑\n";  
    }   
    system("pause");
    system("cls");
    while(1){
        cout<<"IQ:"<<iq;
        cout<<"\n早上要去上学吗?\n去1不2";
        cin>>a;
        if(a==2){
            cout<<"你就这样玩耍了一天\n没有学到任何知识\n";
            iq-=10;
            continue;
        }
        system("cls");
        cout<<"上学路上,陌生人给你吃棒棒糖,想要吗?要1不2";
        cin>>a;
        if(a==2){
            cout<<"你的头开始发晕.....\n";
            Sleep(100);
            cout<<"你的生命正在下降!!!";
            Sleep(1000);
            system("cls");
            cout<<"陌生人来了,你要干什么?";
            cin>>f;
            cout<<"陌生人被"<<f<<"了";
            Sleep(1000);
            system("cls");
            cout<<"最终,你还是挂了";
            return 0;
        }
        system("cls");
    } 
}

 


0
已采纳
朱小川
朱小川
缔造者
缔造者

what???

你这名字和游戏有点奇葩啊

0
0
0
被禁言 张一宸
张一宸
新手守护
新手守护

改版(超好玩!!!):

#include<iostream>
#include<fstream> 
#include<windows.h>
#include<cstdio>
#include<cstring>
#include<string> 
#include<stdio.h>
#include<synchapi.h>
#include<conio.h>
#include<time.h>
#include<vector> 
#define KEY_DOWN(VK_NONAME) ((GetAsyncKeyState(VK_NONAME) & 0x8000) ? 1:0) 
using namespace std;
int main(){
    int iq=260,iq2=250;
    char a='01';
    int d ;
    string name,f;
    cout<<"               中国好家长\n";
    cout<<"           任意键开始";
    while(a=='01'){
        a=getch();
    }
    Sleep(1000);
    system("cls");
    cout<<"宝宝出生了,叫什么名字好呢?";
    cin>>name; 
    system("cls");
    cout<<"妈妈:"<<name<<",好吉祥的名字,他(她)长大一定是个天才!\n";
    system("pause");
    a='01';
    while(a=='01'){
        a=getch();
    }
    system("cls");
    cout<<"1年后....\n";
    cout<<"是个男(1)/女(2)孩!\n";
    cin>>d;
    if(d==9999){
        cout<<"激活了爸爸留下的彩蛋,\n您的孩子廖睿轩智力自动归零,且失去排泄以及尿尿功能,\n成为了智障!恭喜!\n";
        iq=-260;
    }
    system("pause");
    a='01';
    while(a=='01'){
        a=getch();
    }
    system("cls");
    cout<<"1年后.....\n";
    cout<<name<<"上幼儿园了!\n";
    if(iq<iq2){
        cout<<"廖睿轩因为智商过低被嘲笑\n";  
    }   
    Sleep(1000);
    system("cls");
    while(1){
        cout<<"IQ:"<<iq;
        cout<<"\n早上要去上学吗?\n去1不2";
        cin>>d;
        if(d==2){
            cout<<"廖睿轩就这样玩耍了一天\n没有学到任何知识\n";
            iq-=10;
            Sleep(1000);
            continue;
        }
        system("cls");
        cout<<"上学路上,陌生人给你吃棒棒糖,想要吗?要1不2";
        cin>>d;
        if(d==1){
            cout<<"廖睿轩的头开始发晕.....\n";
            Sleep(100);
            cout<<"廖睿轩的生命正在下降!!!";
            Sleep(1000);
            system("cls");
            cout<<"陌生人来了,廖睿轩要干什么?";
            cin>>f;
            cout<<"陌生人被"<<f<<"了";
            Sleep(1000);
            system("cls");
            cout<<"最终,廖睿轩还是挂了";
            return 0;
        }
        system("cls");
    } 
}

0
0
0
武建豪
武建豪
中级天翼
中级天翼

好家伙,简易版的中国式家长

我要回答