My wip abomination of a 2048
Go to file
David Husicka 6a3085af4e basic tui rendering 2021-11-15 11:00:37 +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 basic tui rendering 2021-11-15 11:00:37 +01:00
2048.h basic tui rendering 2021-11-15 11:00:37 +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 basic tui rendering 2021-11-15 11:00:37 +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