acmepjz / puzzleboy

Yet another puzzle boy clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverity Scan Build Status

Puzzle Boy

Yet another puzzle boy (a.k.a Kwirk http://en.wikipedia.org/wiki/Kwirk) clone.

This project has 3 mirrors:

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:

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个镜像:

有时候不是所有的镜像都能保持同步。请经常检查。

MFC 版

MFC版本已经完成,原本是MFC程序设计的作业。源代码和可执行文件的压缩包(可能过时):

你也可以从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签出最新代码并自行编译。

About

Yet another puzzle boy clone


Languages

Language:C++ 87.2%Language:C 7.8%Language:Java 3.7%Language:CMake 1.2%Language:Makefile 0.1%Language:Objective-C 0.0%Language:Batchfile 0.0%