Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 853 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 853 Bytes

Tic Tac Toe 3.0

It's CLI(Command Line Interface) based game. The first intro in this game has a menu, which has three options.

  • Solo game
  • Duel game
  • Exit the game

If the first one has selected, you can play with the computer. If the second one has selected, then you can play duel. if the last one has selected, then the game will close, and it'll show the final winner.

Here is the solo game interface -

soloGameInterface

In the duel game, you can add names (player one and player two).

Here is the interface -

duelGameInputNameInterface

Here is the Duel game Interface -

duelGameInterface

It's developed by C and has used the procedural paradigm.