No description
Find a file
2025-06-06 21:31:59 +02:00
.gitignore Removed ONLYPUT 2025-06-06 21:31:59 +02:00
config.h Removed ONLYPUT 2025-06-06 21:31:59 +02:00
connect4.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
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 Moved to markdown version of the GPLv2 2025-06-06 21:31:59 +02:00
README.md Update README.md 2025-06-06 21:31:59 +02:00
types.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
ui.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
ui_ncurses.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
ui_vt100.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

AnnaConnect

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

Supports vt100 escape codes and ncurses for drawing the UI