Skip to content

anma07/Twixt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS0.101 Course Project M25

Twixt Game (CLI) made with C

Game Rules

Twixt is a 2-player connection game where:

  1. Green tries to connect the left and right sides.

  2. Red tries to connect the top and bottom sides.

  3. Players place pegs on the board (by choosing coordinates) and the program automatically connects valid links.

  4. First to form a continuous path wins.

To Run This Program

run

gcc -I include src/main.c src/grid.c src/logic.c -o player
./player

or

make
./player

About

Twixt board game CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages