https://github.com/skyhacker2/filpblocks
使用Cocos2d-x 3.1.1 Lua编写的小游戏
https://github.com/skyhacker2/filpblocks
Last synced: about 1 year ago
JSON representation
使用Cocos2d-x 3.1.1 Lua编写的小游戏
- Host: GitHub
- URL: https://github.com/skyhacker2/filpblocks
- Owner: skyhacker2
- Created: 2014-08-26T15:47:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T09:50:41.000Z (over 10 years ago)
- Last Synced: 2024-04-13T08:18:45.252Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 119 MB
- Stars: 9
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#翻转方块
游戏规则:
1. 游戏有3个等级,简单,中等,困难。对应的是3x3,5x5和9x9的方格数。
2. 每次点击一个方块,与方块相邻的方块会转变颜色。
3. 颜色是按顺序改变的,一共有2种颜色。
4. 当所有方块都显示同一种颜色的时候,游戏结束。
5. 游戏需要记录玩家的操作时间。
6. 游戏退出的时候需要记录目前的状态和时间。
7. 游戏再次启动的时候,检测之前是否有记录,有的话恢复之前的状态。
本项目使用了cocos2d-x 3.1.1 和 code ide
在publish有编译好的apk文件。

[link](http://)
#Release Notes
##1.5
1. 去除调试信息。
2. 修改随机算法