No description
Find a file
Victor Martinez d6eac05b95 Add readme
2022-07-21 00:56:04 +02:00
public finishes implementing MVP 2022-07-21 00:53:17 +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 Add readme 2022-07-21 00:56:04 +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