Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 277 Bytes

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