No description
Find a file
2025-06-25 11:31:45 +02:00
.gitignore Made .gitignore ignore non-code files by default 2025-06-14 20:22:28 +02:00
config.h Made arrows the only input for ncurses because I never test the rest 2025-06-14 20:35:22 +02:00
connect4.c Added support for quitting without ^C, and outputting to file 2025-06-13 22:51:11 +02:00
LICENSE.md Moved to markdown version of the GPLv2 2025-06-06 21:31:59 +02:00
logic.c Fixed types 2025-06-25 11:31:45 +02:00
logic.h Removed all move_t stuff because it was not implemented and anything other than putting got broken in the previous commit 2025-06-06 21:31:59 +02:00
macros.h Moved top() and bottom() to macros.h 2025-06-25 11:26:06 +02:00
makefile Added attributes to code such that -Wformat-truncation=0 can be removed 2025-06-14 23:02:26 +02:00
README.md Acknowledged lack of documentation 2025-06-14 22:15:47 +02:00
types.h Corrected comment 2025-06-14 22:12:57 +02:00
ui.h Added support for quitting without ^C, and outputting to file 2025-06-13 22:51:11 +02:00
ui_ncurses.c Added attributes to code such that -Wformat-truncation=0 can be removed 2025-06-14 23:02:26 +02:00
ui_vt100.c Added support for quitting without ^C, and outputting to file 2025-06-13 22:51:11 +02:00

AnnaConnect

AnnaConnect is a silly little text-based connect 4 game c:

Supports vt100 escape codes and ncurses for drawing the UI

Stuff still be changing so fast that the code is the documentation, but at least it's got good enough comments methinks