2048.elm/README.md
Victor Martinez 8440a7af06 adds scoring
2022-08-15 04:46:35 +02:00

277 B

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