No description
Find a file
Victor Martinez 8440a7af06 adds scoring
2022-08-15 04:46:35 +02:00
public removes app.js 2022-07-21 09:45:47 +02:00
src adds scoring 2022-08-15 04:46:35 +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 adds scoring 2022-08-15 04:46:35 +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