An open API service indexing awesome lists of open source software.

https://github.com/welefen/setcard

a brain & puzzle game by cocos2d-html5
https://github.com/welefen/setcard

Last synced: about 2 months ago
JSON representation

a brain & puzzle game by cocos2d-html5

Awesome Lists containing this project

README

        

SetCard
=======
SetCard是一款基于Cocos2d-html5开发的卡牌消除类游戏,通过javascript bindings的方式编译到不同的平台里,达到一份代码可以运行在WEB、IOS、Andoid等多种终端上。

游戏时,每次选择3张卡牌进行消除,总共有81张卡牌,一局最多可以消27次。

每张卡牌含有下面4个属性:

* 个数(1、2、3)
* 颜色(红色、蓝色、绿色)
* 形状(方块、椭圆、扭曲)
* 填充(实心、半实心、空心)

消除时,对于选择的3张卡牌,必须符合对于每个属性,要么3张卡牌的都相同,要么3张卡牌都不相同。如果出现了2张卡牌是相同的属性,但和第三张不相同则不能消除。

游戏共有5种难度,每种有100关,即使是游戏高手也可以玩很久。

关于Set Card游戏更多介绍请见[维基百科](http://en.wikipedia.org/wiki/Set_(game\))

## 游戏地址

[在线地址](http://set.ueapp.com)

[Android下载地址(Google Play)](https://play.google.com/store/apps/details?id=com.weizoo.SetCard)

[APK下载](/welefen/SetCard/blob/master/proj.android/bin/SetCard.apk?raw=true)

由于没有iOS的开发者账号,所以没有发布到Apple Store。

## 游戏截图

![set card](screenshot/1.jpg)  
![set card](screenshot/2.jpg)  
![set card](screenshot/3.jpg)  
![set card](screenshot/4.jpg)  
![set card](screenshot/5.jpg)  
![set card](screenshot/6.jpg)  

[by welefen](http://www.welefen.com/)