- 博客(28)
- 资源 (3)
- 收藏
- 关注
原创 C++不一样的迷宫游戏
内容更丰富,玩法更新颖源码如下#include<bits/stdc++.h> #include<conio.h>#include<windows.h>using namespace std;void Color(int a){ if(a==0) SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),FOREGROUND_INTENSITY|FOREGROUND_RED|FOREGROUN
2022-04-27 09:21:08
433
2
原创 C++版愤怒的小鸟
最近有很多网友催更,这不来了吗?源码奉上#include <bits/stdc++.h>#include <windows.h>#include <stdio.h>#include <conio.h>#include <time.h>using namespace std;const double pi = 3.1415926536;int toint (float a) { return ((int) (a * 10 +
2022-04-27 09:15:32
1000
1
原创 几个有用的游戏链接
龙的传人1.1.2 作者 Evan_song: https://paste.ubuntu.com/p/Nn6CCDtfzC/哈利波特1.2.9 作者 Evan_song: https://paste.ubuntu.com/p/cCG3rNVW2D/生存游戏1.1.0 作者 Evan_song: https://paste.ubuntu.com/p/7V6HWRJnpP/文章生成器1.2.0 作者 Evan_song: https://paste.ubuntu.com/p/MNj2vR7n3V/魔兽世
2022-04-04 09:47:03
54443
3
原创 C++探索小游戏
这段代码也是经作者修改并搬运的废话不多说,上代码#undef UNICODE#undef _UNICODE#include <iostream>#include <iomanip>#include <string>#include <cstdlib>#include <ctime>#include <windows.h>#include <conio.h>#include <fstream&
2022-04-04 09:22:01
339
3
原创 【公告】。
作者会在本月(4月)整理出一系列关于C++的实用代码供大家借鉴和学习,这些代码是作者精心挑选的,无bug,对新手很友好,如有质疑,欢迎向作者提问欢迎━(*`∀´*)ノ亻!
2022-04-03 18:27:37
432
原创 【C++】打怪小游戏
网上滴人才真滴多源码#include <iostream>using namespace std;double shengmingli=2000;//定义主角初始生命力int gongjili=150;//定义主角初始攻击力int fangyuli=200;//定义主角初始防御力int money=20;//定义主角初始金钱数量bool guoguan;//定义是否通关判定void wuqidian();//定义武器店函数void yaodian();//...
2022-04-03 09:10:00
1007
原创 《作者简介》
作者是一个新手擅长:C++ScratchPython感兴趣:JavaPython进步从模仿开始,作者还是一个勤劳的搬运工哦!如有冒犯,请联系作者吖!
2022-03-27 08:52:15
1785
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人