An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![2048](/Source/SystemAssets/card.png)

# 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
```