Skip to content

Dayanfreitas/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Toc Toe

Your Terminal Tic Tac Toe

Version 1

  • Date: 06/06/2019
  • Support Windows

Version 2

  • Date: 31/08/2021
  • Documentation
  • Makefile
  • Refactore
  • Support Linux
  • Unit Test

Game

Commands

  # Clean compiled files
  $ make clean
  # Compile tictoctoe compiled files
  $ make
  # Start tictoctoe 
  $ make run
  # Runner test unit 
  $ make run-test

How to play

Playing is very simple. Choose the number corresponding to the position.

You can play in pairs or against the machine.

  X|2|O  
  4|X|O 
  7|8|X 
  
  Player 1 Winn !!

About

My first project of game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published