No description
Find a file
Julia Lange cc107f975c
Add meta-files, board structure, and alloc function
Adds meta-files such as the Makefile and flake.lock/nix for easier
project management.

Adds board structure in connect4.h, as well as some helper functions
such as the make_board function to create a board, and the print_board
function to view the board after creation.
2024-07-14 02:45:09 -07:00
connect4.c Add meta-files, board structure, and alloc function 2024-07-14 02:45:09 -07:00
connect4.h Add meta-files, board structure, and alloc function 2024-07-14 02:45:09 -07:00
flake.lock Add meta-files, board structure, and alloc function 2024-07-14 02:45:09 -07:00
flake.nix Add meta-files, board structure, and alloc function 2024-07-14 02:45:09 -07:00
main.c Add meta-files, board structure, and alloc function 2024-07-14 02:45:09 -07:00
Makefile Add meta-files, board structure, and alloc function 2024-07-14 02:45:09 -07:00