# puzzleboy **Repository Path**: acmepjz/puzzleboy ## Basic Information - **Project Name**: puzzleboy - **Description**: Yet another puzzle boy clone - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-01-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/acmepjz/puzzleboy.svg?branch=master)](https://travis-ci.org/acmepjz/puzzleboy) [![Coverity Scan Build Status](https://scan.coverity.com/projects/5332/badge.svg)](https://scan.coverity.com/projects/5332) Puzzle Boy ========== 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. MFC version ----------- 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. SDL2/OpenGL version ------------------- 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. Binary download --------------- 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. Abridged Chinese version ======================== 这是一个山寨推箱子游戏,又一个 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版本已经完成,原本是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 版 ------------------- 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签出最新代码并自行编译。