Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 350 Bytes

XO game

It was created as a project for lab in C. The game starts with board full of X symbols and the goal is to fill the board with O symbols. Player choeses position at wchich they want to switch symbol but also that changes adjecent symbols.

Compilation

$ make

Launch

$ ./XO.o <Width of the board> <Height of the board>