No description
Find a file
2025-08-15 19:35:55 +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 Updated to be fully C99 compatible 2025-08-15 19:35:55 +02:00
LICENSE.md Moved to markdown version of the GPLv2 2025-06-06 21:31:59 +02:00
logic.c Removed a commented out debugging printf 2025-08-15 18:00:24 +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 Updated to be fully C99 compatible 2025-08-15 19:35:55 +02:00
README.md Acknowledged lack of documentation 2025-06-14 22:15:47 +02:00
types.h Made code (mostly) follow C99 2025-08-15 19:20:04 +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