-
求C++ 命令行游戏源代码
- 问:求C++命令行RPG游戏源代码 最好能满足以下要求: 1 - 能存档-读档(读档...
- 答:Windows自带的扫雷游戏源代码 C++的 或 // ============================================================================ // 类名:main // 说明:英文单词拼写检查,并推荐正确单词示例源码 // 备注: // 编写:徐景周(jingzhou_xu@163.com)...
-
2010-12-10
回答者: qplvs12
1个回答
1
-
跪求老鼠走迷宫游戏,必须用C++编写,用栈来实现,...
- 问:【设计题目】 走迷宫游戏 说明:程序开始运行时显示一个迷宫地图,迷宫...
- 答:#include "stdafx.h" #include using namespace std; const int rows = 8,cols = 8; HINSTANCE hInst; HBITMAP ball; HDChdc,mdc,bufdc; HWNDhWnd; DWORDtPre,tNow; char*str; intnowPos,prePos; boolfind; stack path; int mapIndex[rows*cols]...
-
2017-09-12
回答者: ignorallbutyou
2个回答
9
-
谁能给我一个C++或Java写的游戏源码?
- 问:谁能给我一个C++或Java写的游戏源码? 我的邮箱:865377738@qq.com 在这...
- 答:c的可以吗? #define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int score=0;/*得分*/ int gamespeed=50000;/*游戏速度自己调整*/ str...
-
2010-04-23
回答者: 734683470
4个回答
-
想用C或者C++编一个小游戏比如弹幕游戏那种有参...
- 答:看你是在DOS(控制台程序)下的编程 ,还是 WINDOWS 界面下的
-
2015-03-12
回答者: 无风的麦田
1个回答
1
-
怎样用C++制作一个有趣的简单游戏
- 问:怎样用C++制作一个有趣的简单游戏
- 答:1.简单点的: 这游戏老外管它叫 Bulls And Cows(Bulls 是 A,Cows 是 B)。 用 C++ 可以这样写: #include #include #include #include #include #include using namespace std; // Returns bulls and cows scored by guess on secretNumber. s...
-
2007-11-04
回答者: _鈊_煩_薏亂
2个回答
14
-
用C++编一个俄罗斯方块的小游戏 程序代码
- 问:如题
- 答:你到这个网站看看 http://zhidao.baidu.com/question/47146726.html http://www.gougou.com/search?search=C%23%20%E4%BF%84%E7%BD%97%E6%96%AF%E6%96%B9%E5%9D%97&id=1我的好多资料都是在 狗狗 上面找的如果愿意学.net,可以加我
-
2013-08-03
回答者: 知道网友
4个回答
1
-
为什么有些C++游戏源代码下载下来,却执行不了?
- 问:在Dev-c++编译过不了关
- 答:编译系统不同会引起的,不同的编译系统编译语言都会有些差异,有的编译系统会去除一些库函数也会把一些基本函数做一些改动和优化,源代码不全也会导致一些变量标识符和自定义函数无法识别
-
2018-06-13
回答者: 百度知道客户端
3个回答
-
高分求一C++小游戏源代码 急急急~~
- 问:呀要能在VC6.0上能运行的 每行附有解释 老师要问我哪哪是什么意思的 在...
- 答:21点扑克牌游戏 #include //#include #include //#include #include using namespace std; //定义扑克类 class game { private: int wins,lose,draw,money; int bet,playerturns,cputurns; float player,cpu,card;//此处CARD在和BET交换数据的时...
-
2009-06-04
回答者: yanhe0116
2个回答
1
-
C++API怎么写有血条的游戏的源代码
- 答:傻缺,
-
2017-05-19
回答者: 贴吧
2个回答