-
- Downloads
Initial commit with basic ncurses terminal
parents
No related branches found
No related tags found
Showing
- .clang-format 178 additions, 0 deletions.clang-format
- .gitignore 3 additions, 0 deletions.gitignore
- Makefile 34 additions, 0 deletionsMakefile
- cli/cli.c 15 additions, 0 deletionscli/cli.c
- cli/cli.h 17 additions, 0 deletionscli/cli.h
- main.c 18 additions, 0 deletionsmain.c
- ui/ui.c 33 additions, 0 deletionsui/ui.c
- ui/ui.h 25 additions, 0 deletionsui/ui.h
- wordle/wordle.c 10 additions, 0 deletionswordle/wordle.c
- wordle/wordle.h 7 additions, 0 deletionswordle/wordle.h
.clang-format
0 → 100644
.gitignore
0 → 100644
Makefile
0 → 100644
cli/cli.c
0 → 100644
cli/cli.h
0 → 100644
main.c
0 → 100644
ui/ui.c
0 → 100644
ui/ui.h
0 → 100644
wordle/wordle.c
0 → 100644
wordle/wordle.h
0 → 100644
Please register or sign in to comment