会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HUAJI
博客园
首页
新随笔
联系
订阅
管理
2019年5月5日
推箱子1.11版本,增加了通关功能,但是延迟偏高
摘要: #include<stdio.h> #include<Windows.h> #include<stdlib.h> #include<conio.h> #include<windef.h> //请设置属性为中文 //EM作品 int x,SAVE[10][12]; //0:空地;1:墙壁;3:目的地;
阅读全文
posted @ 2019-05-05 20:17 滑了个稽
阅读(177)
评论(0)
推荐(0)
2019年4月14日
平时随便写的一个C++推箱子程序(v1.1),增加了菜单功能
摘要: 只有一张地图,没有写通关判定,见谅(毕竟我懒) #include<stdio.h> #include<Windows.h> #include<stdlib.h> #include<conio.h> #include<windef.h> //请设置属性为中文 //EM作品 int i,j,SAVE[1
阅读全文
posted @ 2019-04-14 11:40 滑了个稽
阅读(278)
评论(0)
推荐(0)