SimranS22 / TIC-TAC-TOE-GAME-IN-C

This is Tic Tac Toe Game created in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIC-TAC-TOE-GAME IN C LANGUAGE

Features

  1. Menu-driven Game
  2. If you make an invalid move or enter a choice that does not match the grid numbers, you have 2 options
    • Move to the Game Menu(where you can start a new game or exit program)
    • Resume the Game
  3. A scoreboard is maintained which shows how many games player1 or player2 has won

Video Demonstration of the Game

tictactoe_demo.mp4

If you want a step-by-step explanation on how to make this game, check out my blog

https://medium.com/@sim.ran22clg/how-to-create-a-game-of-tic-tac-toe-in-c-76563881774b

About

This is Tic Tac Toe Game created in C


Languages

Language:C 100.0%