No description
Find a file
Víctor Martínez 156587a091
Update README.md
2022-07-21 00:58:24 +02:00
public updates build 2022-07-21 00:56:54 +02:00
src finishes implementing MVP 2022-07-21 00:53:17 +02:00
.gitignore first commit 2022-07-17 19:35:46 +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