贪吃蛇C++版(转)
#include
#include
#include
#include
usingnamespacestd;
classCMap
{
public:
CMap();
intGetMapWidth()const;
intGetMapHeight()const;
public:
intm_mapWith;
intm_mapHeiht;
intm_map[25][25];
};
CMap::CMap():m_mapWith(25),m_mapHeiht(25)
下载地址
用户评论
没运行成功
修改下凑合能用
大家可以用 codeblocks试试 自己再挑挑bug 应该没太大问题了
编译不了。有好多错。
这个简单些了吧,还编译不过。晕。