No description
Find a file
2025-06-14 22:12:57 +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 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
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 Re-added the option to use vt100 escape codes 2025-06-06 21:31:59 +02:00
makefile Added -march=native 2025-06-13 22:44:57 +02:00
README.md Update README.md 2025-06-06 21:31:59 +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 Made arrows the only input for ncurses because I never test the rest 2025-06-14 20:35:22 +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