mirror of
https://codeberg.org/JasterV/2048.elm.git
synced 2026-04-26 18:10:03 +00:00
No description
| public | ||
| src | ||
| .gitignore | ||
| elm.json | ||
| Makefile | ||
| README.md | ||
2048.elm
This is an implementation of the original 2048 game in Elm.
For now it only has the basic game rules.
You can use the arrow keys to move the numbers on the board.
TODO
- Add scoring system
- Add a message when winning or losing
- Improve styling