AnnaConnect is a silly little text-based connect 4 game c:
Find a file
2025-01-21 16:45:44 +01:00
.gitignore Improved makefile 2025-01-19 18:08:48 +01:00
config.h Fixed a typo 2025-01-21 15:23:58 +01:00
connect4.c Fixed a typo 2025-01-21 15:23:58 +01:00
LICENSE Initial commit 2024-12-31 15:14:40 +01:00
logic.c Fixed a typo 2025-01-21 15:25:47 +01:00
logic.h Refactored a bit 2025-01-18 20:06:09 +01:00
macros.h Re-added the option to use vt100 escape codes 2025-01-21 13:11:40 +01:00
makefile Made makefile echo less 2025-01-21 16:45:44 +01:00
README.md Update README.md 2025-01-21 13:16:40 +01:00
types.h Fixed a typo 2025-01-21 15:23:58 +01:00
ui.h Refactored a bit 2025-01-18 20:06:09 +01:00
ui_ncurses.c Fixed a typo 2025-01-21 15:23:58 +01:00
ui_vt100.c Fixed a typo 2025-01-21 15:29:18 +01:00

AnnaConnect

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

Supports vt100 escape codes and ncurses for drawing the UI