https://github.com/skychx/game
https://github.com/skychx/game
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skychx/game
- Owner: skychx
- Created: 2017-08-09T02:07:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T07:50:25.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T09:12:43.150Z (about 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 18
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game
*( 点击标题可直接在线预览 )*
### [2048](https://skychx.github.io/Game/my2048/my2048.html)
* 利用jQuery实现经典的2048游戏结构
* 采用简单的MVC结构实现游戏逻辑开发
* 适配移动端
#### [俄罗斯方块](https://skychx.github.io/Game/俄罗斯方块/index.html)
* 利用系统原生API开发
* 采用简单的MVC结构实现游戏逻辑开发
* 适配移动端
#### [五子棋](https://skychx.github.io/Game/五子棋/index.html)
* 利用系统原生API开发
* 采用简单的MVC结构实现游戏逻辑开发