Skip to content

denieu/tic-tac-toe.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048.c

Tic-tac-toe.c is a clone of the tic tac toe game developed by Daniel Wojcickoski.
The game was developed in C for Windows using the Conio2 library and MinGW.

Compiling

It is recommended to have GNU Make and MinGW installed.
In MinGW Intallation Manager it is necessary to add libpthread components.

    git clone https://github.com/denieu/tic-tac-toe.c
    cd ./tic-tac-toe.c
    make

Running

Make sure you already have build essentials installed.

    make run

Screenshots

Menu

Menu Screenshot

Game

Game Screenshot

About

Clone of the tic-tac-toe game developed in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published