当前位置:首页 » 《关于电脑》 » 正文

c++有趣代码(游戏)

19 人参与  2024年04月11日 16:20  分类 : 《关于电脑》  评论

点击全文阅读


(会更新哟,点个免费的赞赞支持一下,本文会综合一些其他博主的优质内容给大家放在一块来分享,请大家多多支持,如有侵权请私信我

1.文字小游戏

#include <iostream>#include <algorithm>#include <cstdlib>#include <ctime>#include <cstring>#include <string>#include <cstdio>#define clear() cout << "\033c" << flushusing namespace std; const int SIZE = 9;int Queen[15][15]; // 值为0表示不在攻击范围内,可以放置新皇后;// 1表示在攻击范围内,不可放置// 9和-9表示皇后 // 游戏规则展示void intro(){cout << endl <<"                               生化危机 "<<endl<<endl<<"\n"<<endl;    cout << "===============

点击全文阅读


本文链接:http://zhangshiyu.com/post/93849.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1