20 lines
557 B
Markdown
20 lines
557 B
Markdown
# 2048
|
|
|
|
_Sliding block puzzle game._
|
|
|
|
- Home: https://play2048.co/, <https://en.wikipedia.org/wiki/2048_(video_game)>
|
|
- State: mature
|
|
- Play: https://play2048.co/
|
|
- Platform: Web
|
|
- Keywords: puzzle, sliding blocks
|
|
- Code repository: https://github.com/gabrielecirulli/2048.git, https://github.com/tpcstld/2048.git (+)
|
|
- Code language: JavaScript
|
|
- Code license: MIT
|
|
- Assets license: MIT (very few assets)
|
|
- Developer: Gabriele Cirulli, Laurent, Jerry Jiang (Android port)
|
|
|
|
Port to Android: https://github.com/tpcstld/2048
|
|
|
|
## Building
|
|
|
|
- Build system: Rake |