https://github.com/jasterv/2048.elm
2048 game implementation in elm
https://github.com/jasterv/2048.elm
Last synced: 8 months ago
JSON representation
2048 game implementation in elm
- Host: GitHub
- URL: https://github.com/jasterv/2048.elm
- Owner: JasterV
- Created: 2022-07-20T22:57:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T02:46:38.000Z (almost 4 years ago)
- Last Synced: 2025-10-05T12:51:42.564Z (8 months ago)
- Language: Elm
- Homepage: https://verdant-biscuit-0eba62.netlify.app/
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
+ [x] Add scoring system
+ [ ] Add a message when winning or losing
+ [ ] Improve styling