No description
Find a file
Julia Lange 28a3188ea3
Add rudimentary drop_tile and interactive mode
Adds basic drop_tile implementation. Though doesn't check for wins

Adds an interactive mode for testing drop_tile, which allows the player
to input which tile-space to drop on.
2024-07-14 14:56:30 -07:00
.gitignore Add compile_commands.json support 2024-07-14 03:51:13 -07:00
connect4.c Add rudimentary drop_tile and interactive mode 2024-07-14 14:56:30 -07:00
connect4.h Add rudimentary drop_tile and interactive mode 2024-07-14 14:56:30 -07:00
flake.lock Add compile_commands.json support 2024-07-14 03:51:13 -07:00
flake.nix Add compile_commands.json support 2024-07-14 03:51:13 -07:00
main.c Add rudimentary drop_tile and interactive mode 2024-07-14 14:56:30 -07:00
Makefile Add compile_commands.json support 2024-07-14 03:51:13 -07:00