If you are interested in a more detailed description please refere to my report, present in the following file Relatorio Prog.pdf
Open the folder and run gcc -o main *.c
-> ./main.exe
Now to play attempt to fill a line/column/diagonal with the same color.
The squares change color according to the order Empty->Green->Yellow->Red
.
You can't place a color where a stone lays.
You can only place one stone and increase the board size two times each game.
- See the history of board states (implemented as a linked list)
- Dynamically allocated board allowing for resizing (2d array)
- 1 or 2 player modes
- Exporting history of board states to a txt file
- Random starting board size