18 lines
448 B
Markdown
18 lines
448 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
|
|
|
|
Port to Android: https://github.com/tpcstld/2048
|
|
|
|
## Building
|
|
|
|
- Build system: Rake |