Go to file
Elias Fleckenstein d6a06e31f1 Use cc as C compiler (cc is a symlink to system default C compiler) 2021-06-07 12:18:29 +02:00
LICENSE added wtfpl license 2016-09-19 02:54:26 +02:00
Makefile Use cc as C compiler (cc is a symlink to system default C compiler) 2021-06-07 12:18:29 +02:00
README initial commit 2016-09-19 02:50:27 +02:00
main.c initial commit 2016-09-19 02:50:27 +02:00
main.h initial commit 2016-09-19 02:50:27 +02:00

README

My own toy implementation of 2048 on the command line.

It supports hjkl for movements and q for quit.