Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 440 Bytes

CommandLinePentago

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