No description
Find a file
2025-08-14 22:02:04 +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 LTO and fixed warnings 2025-08-14 21:31:26 +02:00
LICENSE.md Moved to markdown version of the GPLv2 2025-06-06 21:31:59 +02:00
logic.c Fixed calcWins_slow for 31 high boards 2025-08-14 20:05:18 +02:00
logic.h Push version 0.3.0 2025-08-14 18:38:22 +02:00
macros.h Fixed a little silly 2025-06-25 11:41:51 +02:00
makefile Added option to set extra flags 2025-08-14 22:02:04 +02:00
README.md Acknowledged lack of documentation 2025-06-14 22:15:47 +02:00
types.h Made maximum rows more limited to avoid bugs 2025-08-14 20:21:06 +02:00
ui.h Push version 0.3.0 2025-08-14 18:38:22 +02:00
ui_ncurses.c Added LTO and fixed warnings 2025-08-14 21:31:26 +02:00
ui_stub.c Push version 0.3.0 2025-08-14 18:38:22 +02:00
ui_vt100.c Made ui_vt100 able to be used without askColumn between every updateBoard 2025-07-27 22:10:35 +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