
游戏
qq_40422182
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
俄罗斯方块
//Allen原创 #include #include<windows.h> #include #include<mmsystem.h> #include<stdio.h> #pragma comment(lib, “winmm.lib”) using namespace std; #define GameW 10 #define GameH 20 const...原创 2018-10-13 09:15:50 · 230 阅读 · 0 评论 -
名字大作战小游戏代码(含注释)
//创作人Allen //代码如下 #include <bits/stdc++.h> #include <windows.h> #include <conio.h> using namespace std; int rushu,choose1,choose2,choose3; int doint1 ; struct people{ int atk,...原创 2018-10-08 22:14:04 · 3123 阅读 · 0 评论