My wip abomination of a 2048
Go to file
David Husička 0db9339346
Create README.md
2021-11-15 10:00:33 +01:00
.vscode Initial commit 2021-11-15 09:57:27 +01:00
.gitignore Initial commit 2021-11-15 09:57:27 +01:00
2048.c Initial commit 2021-11-15 09:57:27 +01:00
2048.h Initial commit 2021-11-15 09:57:27 +01:00
README.md Create README.md 2021-11-15 10:00:33 +01:00
main.c Initial commit 2021-11-15 09:57:27 +01:00
meson.build Initial commit 2021-11-15 09:57:27 +01:00
tui.c Initial commit 2021-11-15 09:57:27 +01:00
tui.h Initial commit 2021-11-15 09:57:27 +01:00

README.md

2048

A school project To build copy paste following

meson builddir
meson compile -C builddir