renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog
This commit is contained in:
18
entries/2048.md
Normal file
18
entries/2048.md
Normal file
@ -0,0 +1,18 @@
|
||||
# 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
|
Reference in New Issue
Block a user