https://github.com/hteumeuleu/2048
2048 for Playdate
https://github.com/hteumeuleu/2048
playdate playdate-console
Last synced: 3 months ago
JSON representation
2048 for Playdate
- Host: GitHub
- URL: https://github.com/hteumeuleu/2048
- Owner: hteumeuleu
- License: mit
- Created: 2022-07-21T14:33:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T05:56:51.000Z (over 2 years ago)
- Last Synced: 2025-02-01T17:04:35.853Z (12 months ago)
- Topics: playdate, playdate-console
- Language: Lua
- Homepage:
- Size: 1.5 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 2048 for the Playdate
2048 is a Playdate port of [2048](https://github.com/gabrielecirulli/2048) by @gabrielecirulli. Match identical tiles and try to reach 2048!
## Controls
* `d-Pad` or `Crank`: slide tiles in that direction
* `A` (long press): start a new game
## Source Code
You can compile the code with the following command:
```sh
pdc ./Source/ 2048.pdx
```