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
- Host: GitHub
- URL: https://github.com/welefen/setcard
- Owner: welefen
- Created: 2013-06-17T02:01:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T09:30:39.000Z (almost 12 years ago)
- Last Synced: 2025-03-22T05:13:58.621Z (2 months ago)
- Language: C
- Homepage: http://set.ueapp.com
- Size: 201 MB
- Stars: 52
- Watchers: 16
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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。
## 游戏截图





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