Yet another puzzle boy (a.k.a Kwirk http://en.wikipedia.org/wiki/Kwirk) clone.
This project has 3 mirrors:
- CSDN mirror: https://code.csdn.net/acme_pjz/puzzleboy
- OSChina mirror: http://git.oschina.net/acmepjz/puzzleboy
- GitHub mirror: https://github.com/acmepjz/puzzleboy
Sometimes not all mirror are up to date. Please check frequently.
The MFC version is already finished, originally as a homework of MFC programming course. (Maybe outdated) source and binary package:
- OSChina mirror: http://git.oschina.net/acmepjz/puzzleboy/raw/master/mfccourse/mfccourse.7z
- GitHub mirror: https://github.com/acmepjz/puzzleboy/blob/master/mfccourse/mfccourse.7z?raw=true
or you can checkout Git repository.
The SDL2/OpenGL cross-platform version is in beta stage, which has a lot of new experimental features. Available platforms: Windows, Linux, Mac and Android. Build system: MSVC 2008 project, CMake file and Android makefile.
Platform | Download address |
---|---|
Windows (32-bit) | OSChina mirror: http://git.oschina.net/acmepjz/puzzleboy/raw/master/PuzzleBoy/PuzzleBoy.7z GitHub mirror: https://github.com/acmepjz/puzzleboy/blob/master/PuzzleBoy/PuzzleBoy.7z?raw=true |
Android debug | OSChina mirror: http://git.oschina.net/acmepjz/puzzleboy/raw/master/PuzzleBoy/PuzzleBoy-debug.apk GitHub mirror: https://github.com/acmepjz/puzzleboy/blob/master/PuzzleBoy/PuzzleBoy-debug.apk?raw=true |
For other platforms, please checkout source code from Git and compile it yourself.
这是一个山寨推箱子游戏,又一个 puzzle boy (a.k.a Kwirk http://en.wikipedia.org/wiki/Kwirk) 的山寨版。
此项目共有3个镜像:
- CSDN 镜像: https://code.csdn.net/acme_pjz/puzzleboy
- OSChina 镜像: http://git.oschina.net/acmepjz/puzzleboy
- GitHub 镜像: https://github.com/acmepjz/puzzleboy
有时候不是所有的镜像都能保持同步。请经常检查。
MFC版本已经完成,原本是MFC程序设计的作业。源代码和可执行文件的压缩包(可能过时):
- OSChina 镜像: http://git.oschina.net/acmepjz/puzzleboy/raw/master/mfccourse/mfccourse.7z
- GitHub 镜像: https://github.com/acmepjz/puzzleboy/blob/master/mfccourse/mfccourse.7z?raw=true
你也可以从Git签出最新代码。
SDL2/OpenGL 版本是跨平台版本,目前仍处于测试阶段,新增了很多试验性功能。 支持的平台: Windows, Linux, Mac 和 Android. 构建系统: MSVC 2008 工程文件, CMake 和 Android makefile.
平台 | 下载地址 |
---|---|
Windows (32位) | OSChina 镜像: http://git.oschina.net/acmepjz/puzzleboy/raw/master/PuzzleBoy/PuzzleBoy.7z GitHub 镜像: https://github.com/acmepjz/puzzleboy/blob/master/PuzzleBoy/PuzzleBoy.7z?raw=true |
Android debug | OSChina 镜像: http://git.oschina.net/acmepjz/puzzleboy/raw/master/PuzzleBoy/PuzzleBoy-debug.apk GitHub 镜像: https://github.com/acmepjz/puzzleboy/blob/master/PuzzleBoy/PuzzleBoy-debug.apk?raw=true |
在其它平台上请从Git签出最新代码并自行编译。