No description
Find a file
2022-07-21 09:59:31 +02:00
public removes app.js 2022-07-21 09:45:47 +02:00
src removes score until it works 2022-07-21 09:59:31 +02:00
.gitignore removes app.js 2022-07-21 09:45:47 +02:00
elm.json finishes implementing MVP 2022-07-21 00:53:17 +02:00
Makefile finishes implementing MVP 2022-07-21 00:53:17 +02:00
README.md Update README.md 2022-07-21 00:58:24 +02:00

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