Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.4 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.4 KB

Tic-Tac-Toe

Tic Tac Toe Live Demo

Description

In case of mastering basics of c I created Tic Tac Toe game is 3x3 grid which played by two players (person and computer) where person use 'x' as an identifier and computer uses 'o' so the first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner or when all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie.

Live Demo

You can run code yourself here 👈

Author

Gitlab @umutambyi-gad
Website: umutambyigad
Stackoverflow: @umutambyi-gad
Twitter: @umutambyi_gad
Linkedin: @umutambyi-gad
Dev.to: @umutambyigad
Email: [email protected]

Acknowledgments

Glad to thank and say I was inspired by Delice's project

License

This project is under the MIT license.