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

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

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