Skip to content

pkowalski/tictactoe_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

tictactoe_c

Compile and run

// Using gcc
gcc tictactoe.c -o tictactoe

// Using clang
clang tictactoe.c -o tictactoe

About

TicTacToe written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages