Twixt Game (CLI) made with C
Twixt is a 2-player connection game where:
-
Green tries to connect the left and right sides.
-
Red tries to connect the top and bottom sides.
-
Players place pegs on the board (by choosing coordinates) and the program automatically connects valid links.
-
First to form a continuous path wins.
run
gcc -I include src/main.c src/grid.c src/logic.c -o player
./playeror
make
./player