Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawvs/simple2048
2048 Game
https://github.com/lawvs/simple2048
2048 game java javafx
Last synced: 29 days ago
JSON representation
2048 Game
- Host: GitHub
- URL: https://github.com/lawvs/simple2048
- Owner: lawvs
- License: mit
- Created: 2016-07-04T13:32:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T08:52:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T19:59:50.633Z (3 months ago)
- Topics: 2048, game, java, javafx
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple2048
基于javafx的简单2048小游戏。## 游戏说明
每次可以选择上下左右滑动,每滑动一次,所有的数字方块都会往滑动的方向靠拢,系统也会在空白的地方随机出现一个数字方块2,相同数字的方块在靠拢、相撞时会相加。不断的叠加最终拼凑出更高的数字。虽然拼出2048就可以算作胜利,但把得到更高的数字为目标而努力吧!
## 游戏控制
使用方向键或WASD控制滑动方向,按R键重新开始游戏,按U键回退到上一步,回退步数有上限,而且每使用一次都会使分数减少一半,请谨慎使用。
## 运行样例
![运行样例](https://raw.githubusercontent.com/lawvs/Simple2048/master/res/example.jpg)
# 参考
[jperedadnr/Game2048FX](https://github.com/jperedadnr/Game2048FX)
[GitHub/smallSohoSolo/android2048](https://github.com/smallSohoSolo/android2048)
[JAVAFX中文资料 – 中文文档、入门教程](http://www.javafxchina.net)
# License
Simple2048 is licensed under the MIT license.