a version of the game pentago played on the command line where insted of having to have 5 pices of the same color in a row to win it meeds to be in an L shape (with 4 in a row and one adjacent)
i used code blocks for this one so what i've uploaded here is the whole code blocks project
the functions i wrote are in functions.c and the header for them that i refer to in the main.c is functions.h
written in c