一个很愚蠢的游戏(中)!!!

2023-10-07 03:20
文章标签 愚蠢 游戏

本文主要是介绍一个很愚蠢的游戏(中)!!!,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

CSDN

系列文章目录

  1. c++小游戏_睡觉觉觉得的博客-CSDN博客
  2. 一个很愚蠢的游戏(上)!!!_睡觉觉觉得的博客-CSDN博客

文章目录

  • 系列文章目录
  • 前言
  • 一、个人名片
  • 二、描述
  • 三、代码
    • 1.代码
  • 总结


前言


(嘻嘻)


一、个人名片

个人主页:睡觉觉觉得
🎐CSDN新晋作者
🎉欢迎 👍点赞✍评论⭐收藏
✨收录专栏:游戏
🤝希望作者的文章能对你有所帮助,有不足的地方请在评论区留言指正,大家一起学习交流!🤗

二、描述

无聊的时候随便写的代码!
好像有点水

三、代码

1.代码

上代码:

//细节成败于成功!
//没完工!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#include<bits/stdc++.h>
#include<windows.h>
using namespace std;
void c() ;
void m() ;
void y() {for(int i = 0; i < 9999; i++) {for(int j = 0; j < 30000; j++) {}}
}
void ren() {cout<<"  &&&&   "<<endl;cout<<" & .. &  "<<endl;cout<<"&      & <==屏幕前嚣张的你!"<<endl;cout<<" & -- &  "<<endl;cout<<"  &  &   "<<endl;cout<<" & && &  "<<endl;cout<<"&  &&  & "<<endl;cout<<"&  &&  & "<<endl;cout<<"   &&    "<<endl;cout<<" &    &  "<<endl;cout<<"&      & "<<endl;cout<<"&      & "<<endl;
}
void ren2() {cout<<"  &&&&   ——————"<<endl;cout<<" & .. &  |  我好   |"<<endl;cout<<"&      & |  厉害   |"<<endl;cout<<" & ww &  ——————"<<endl;cout<<"  &  &   "<<endl;cout<<" & && &  "<<endl;cout<<"&  &&  & "<<endl;cout<<"&  &&  & "<<endl;cout<<"   &&    "<<endl;cout<<" &    &  "<<endl;cout<<"&      & "<<endl;cout<<"&      & "<<endl;
}
void ren3() {cout<<"  &&&&                    ~"<<endl;cout<<" & .. &                  ~ "<<endl;cout<<"&      &                ~  "<<endl;cout<<" & ww &                ~   "<<endl;cout<<"  &  &                 ~   "<<endl;cout<<" & && &               ~    "<<endl;cout<<"&  &&  &              ~    "<<endl;cout<<"&  &&  &               ~   "<<endl;cout<<"   &&                  ~   "<<endl;cout<<" &    &                 ~  "<<endl;cout<<"&      &                 ~ "<<endl;cout<<"&      &                  ~"<<endl;
}
void ren4() {cout<<"  &&&&   ——————     ~"<<endl;cout<<" & .. &  |  那是   |     ~ "<<endl;cout<<"&      & |什么???? |    ~  "<<endl;cout<<" & -- &  ——————  ~   "<<endl;cout<<"  &  &                 ~   "<<endl;cout<<" & && &               ~    "<<endl;cout<<"&  &&  &              ~    "<<endl;cout<<"&  &&  &               ~   "<<endl;cout<<"   &&                  ~   "<<endl;cout<<" &    &                 ~  "<<endl;cout<<"&      &                 ~ "<<endl;cout<<"&      &                  ~"<<endl;
}
void ren5() {cout<<"  &&&&   —————— ~"<<endl;cout<<" & .. &  |  那是   | ~ "<<endl;cout<<"&      & |什么???? |~  "<<endl;cout<<" & -- &  ————  ~   "<<endl;cout<<"  &  &             ~   "<<endl;cout<<" & && &           ~    "<<endl;cout<<"&  &&  &          ~    "<<endl;cout<<"&  &&  &           ~   "<<endl;cout<<"   &&              ~   "<<endl;cout<<" &    &             ~  "<<endl;cout<<"&      &             ~ "<<endl;cout<<"&      &              ~"<<endl;
}
void ren6() {cout<<"  &&&&   ———   ~"<<endl;cout<<" & .. &  |  那是 ~ "<<endl;cout<<"&      & |什么??~  "<<endl;cout<<" & -- &  ——  ~   "<<endl;cout<<"  &  &         ~   "<<endl;cout<<" & && &       ~    "<<endl;cout<<"&  &&  &      ~    "<<endl;cout<<"&  &&  &       ~   "<<endl;cout<<"   &&          ~   "<<endl;cout<<" &    &         ~  "<<endl;cout<<"&      &         ~ "<<endl;cout<<"&      &          ~"<<endl;
}
void ren7() {cout<<"  &&&&   —— ~"<<endl;cout<<" & .. &  |   ~ "<<endl;cout<<"&      & |什~ "<<endl;cout<<" & ~~ &    ~   "<<endl;cout<<"  &&&&     ~   "<<endl;cout<<" & && &   ~    "<<endl;cout<<"&  &&  &  ~    "<<endl;cout<<"&  &&  &   ~   "<<endl;cout<<"   &&      ~   "<<endl;cout<<" &    &     ~  "<<endl;cout<<"&      &     ~ "<<endl;cout<<"&      &      ~"<<endl;
}
void canju() {cout<<"此处省略";for(int i = 0; i < 5; i++) {cout<<"·";for(int j = 0; j < 9999; j++) {for(int d = 0; d < 3000; d++) {}}cout<<"·";for(int j = 0; j < 9999; j++) {for(int d = 0; d < 3000; d++) {}}cout<<"·";for(int j = 0; j < 9999; j++) {for(int d = 0; d < 3000; d++) {}}system("cls");cout<<"此处省略";}
}
void canju2() {for(int i = 0; i<1000; i++) {for(int j = 0; j < i; j++) {cout<<" ";}cout<<"啊!";}
}void m() {HWND hwnd = GetConsoleWindow();HMENU hmenu = GetSystemMenu(hwnd, false);RemoveMenu(hmenu, SC_CLOSE, MF_BYCOMMAND);LONG style = GetWindowLong(hwnd, GWL_STYLE);style &= ~(WS_MINIMIZEBOX);SetWindowLong(hwnd, GWL_STYLE, style);SetWindowPos(hwnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);ShowWindow(hwnd, SW_SHOWNORMAL);DestroyMenu(hmenu);ReleaseDC(hwnd, NULL);long long m ;cout << "按1开始游戏" << endl ;while(cin>>m) {if(m>=1) {break;}}y() ;system("cls");int a ;cout << "输入1,认为自己很嚣张" << endl ;cout << "输入2,认为自己不嚣张" << endl ;while(cin>>a) {y() ;system("cls");while(a>=1) {ren();y();system("cls");ren2();y();system("cls");ren3();y();system("cls");ren4();y();system("cls");ren5();y();system("cls");ren6();y();system("cls");ren7();y();system("cls");canju();y();system("cls");canju2();system("pause");y() ;system("cls");cout<<"知道点嚣张的后果了吗?" << endl ;int n ;cout << "不知道输入1" << endl ;cin >> n ;if(1==n) {system("cls") ;c() ;}y() ;system("cls");}}
}void c() {m() ;
}int main() {system("color F0") ;int m ;cout << "按1开始游戏" << endl ;cout << "按2退出游戏" << endl ;while(cin>>m) {if(1==m) {break;}if(2==m) {cout << "拜拜,欢迎下次来玩!" << endl ;return 0 ;}if(m>2) {cout << "输入错误,游戏结束。" << endl ;return 0 ;}}system("cls");int a ;cout << "输入1,认为自己很嚣张" << endl ;cout << "输入2,认为自己不嚣张" << endl ;while(cin>>a) {if(1==a) {y() ;system("cls");while(1==a) {ren();y();system("cls");ren2();y();system("cls");ren3();y();system("cls");ren4();y();system("cls");ren5();y();system("cls");ren6();y();system("cls");ren7();y();system("cls");canju();y();system("cls");canju2();system("pause");y() ;system("cls");cout<<"知道点嚣张的后果了吗?" << endl ;int n ;cout << "知道了输入1" << endl ;cout << "不知道输入2" << endl ;cin >> n ;if(1==n) {cout << "知道就好" << endl ;break ;}if(2==n) {y() ;system("cls");main() ; }if(n>2) {y() ;system("cls");cout << "还要来是吗?" << endl ;c() ;}y() ;system("cls");}}if(2==a) {cout << "很有自知之明!" << endl ;cout << "拜拜!" << endl ;return 0 ;}if(a>2) {cout << "输入错误,游戏结束" << endl ;return 0 ;}}return 0;
}

总结

这是中期。
哥哥姐姐们看在我怎么努力写代码的份上就浅浅的点个关注吧!
求求了!
求关注

这篇关于一个很愚蠢的游戏(中)!!!的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/155715

相关文章

Python开发围棋游戏的实例代码(实现全部功能)

《Python开发围棋游戏的实例代码(实现全部功能)》围棋是一种古老而复杂的策略棋类游戏,起源于中国,已有超过2500年的历史,本文介绍了如何用Python开发一个简单的围棋游戏,实例代码涵盖了游戏的... 目录1. 围棋游戏概述1.1 游戏规则1.2 游戏设计思路2. 环境准备3. 创建棋盘3.1 棋盘类

国产游戏崛起:技术革新与文化自信的双重推动

近年来,国产游戏行业发展迅猛,技术水平和作品质量均得到了显著提升。特别是以《黑神话:悟空》为代表的一系列优秀作品,成功打破了过去中国游戏市场以手游和网游为主的局限,向全球玩家展示了中国在单机游戏领域的实力与潜力。随着中国开发者在画面渲染、物理引擎、AI 技术和服务器架构等方面取得了显著进展,国产游戏正逐步赢得国际市场的认可。然而,面对全球游戏行业的激烈竞争,国产游戏技术依然面临诸多挑战,未来的

火柴游戏java版

代码 /*** 火柴游戏* <p>* <li>有24根火柴</li>* <li>组成 A + B = C 等式</li>* <li>总共有多少种适合方式?</li>* <br>* <h>分析:</h>* <li>除去"+"、"="四根,最多可用火柴根数20根。</li>* <li>全部用两根组合成"1",最大数值为1111。使用枚举法,A和B范围在0~1111,C为A+B。判断</li>** @

国产游戏行业的崛起与挑战:技术创新引领未来

国产游戏行业的崛起与挑战:技术创新引领未来 近年来,国产游戏行业蓬勃发展,技术水平不断提升,许多优秀作品在国际市场上崭露头角。从画面渲染到物理引擎,从AI技术到服务器架构,国产游戏已实现质的飞跃。然而,面对全球游戏市场的激烈竞争,国产游戏技术仍然面临诸多挑战。本文将探讨这些挑战,并展望未来的机遇,深入分析IT技术的创新将如何推动行业发展。 国产游戏技术现状 国产游戏在画面渲染、物理引擎、AI

第四次北漂----挣个独立游戏的素材钱

第四次北漂,在智联招聘上,有个小公司主动和我联系。面试了下,决定入职了,osg/osgearth的。月薪两万一。 大跌眼镜的是,我入职后,第一天的工作内容就是接手他的工作,三天后他就离职了。 我之所以考虑入职,是因为 1,该公司有恒歌科技的freex平台源码,可以学学,对以前不懂的解解惑。 2,挣点素材钱,看看张亮002的视频,他用了6000多,在虚幻商城买的吸血鬼游戏相关的素材,可以玩两年。我

nyoj 1038 纸牌游戏

poj 的一道改编题,说是翻译题更恰当,因为只是小幅度改动。 一道模拟题,代码掌控能力比较好,思维逻辑清晰的话就能AC。 代码如下: #include<stdio.h>#include<string.h>#include<algorithm>using namespace std;struct node{char c[5];int rk;char da[5];int nu

如果出一个名叫白神话悟空的游戏

最近黑神话由于与原著不符引起了原著派的争议。 所以我在摸鱼的时候想到如果游科或者某个别的公司“痛改前非”不夹带私货完全复刻吴承恩百回版剧情制作一个“重走西游路”的游戏,会有一个什么样的销量?(设定为原著派已经多方渠道认证,此游戏的确没有夹带私货,绝大部分复刻了原著剧情) 游戏玩法我想了几类 超长线性有岔路蜈蚣形状地图,蜈蚣的腿部是探索区域和支线,重走西游路线,开篇就是开始取经前唐玄宗御弟cg

《黑暗之魂2:原罪学者》是什么类型的游戏 《黑暗之魂》可以在苹果Mac电脑上玩吗?

在宏大的世界观游戏中,《黑暗之魂2:原罪学者》脱颖而出,以其探索性和挑战性征服了全球玩家的心灵。下面我们来看看《黑暗之魂2:原罪学者》是什么类型的游戏,《黑暗之魂2:原罪学者》可以在苹果电脑玩吗的相关内容。 一、《黑暗之魂2:原罪学者》是什么类型的游戏 《黑暗之魂2:原罪学者》作为《黑暗之魂2》的增强版和重制版,是一款FromSoftware制作、BANDAI NAMCO和FromSoft

简单取石子游戏~博弈

很坑爹的小游戏,至于怎么坑爹,嘎嘎~自己研究去吧~! #include<stdio.h>#include<windows.h>#include<iostream>#include<string.h>#include<time.h>using namespace std;void Loc(int x,int y);/*定位光标*/void Welcome(); /*创建欢迎界面*/

黑神话:悟空》增加草地绘制距离MOD使游戏场景看起来更加广阔与自然,增强了游戏的沉浸式体验

《黑神话:悟空》增加草地绘制距离MOD为玩家提供了一种全新的视觉体验,通过扩展游戏中草地的绘制距离,增加了场景的深度和真实感。该MOD通过增加草地的绘制距离,使游戏场景看起来更加广阔与自然,增强了游戏的沉浸式体验。 增加草地绘制距离MOD安装 1、在%userprofile%AppDataLocalb1SavedConfigWindows目录下找到Engine.ini文件。 2、使用记事本编辑