Skip to content

This is simple tic tac toe game , just for me to let me understand basics of C++ and how to basically build a project.

License

Notifications You must be signed in to change notification settings

AnkurAlpha/CLI-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI tic tac toe

This is just an experiment ground where basically I will do anything and experiment with this repo a lot, as much as I can .

Current state :

This is how it looks ATM screenshot1 screenshot2

How to install it ??

to install , you need to run these commands :

git clone https://github.com/AnkurAlpha/CLI-tic-tac-toe.git
cd CLI-tic-tac-toe
mkdir build
cmake -S . -B build/
cd build
sudo make install

how to remove it ?

sudo rm /usr/local/bin/cli-tik-tak-toe

requirements :

cmake

To do's :

- learn how to use cmake and implement it here [done]
- make it to keep the player's to be saved in a place

Advices and contributions are welcomed

If you are a person who want to suggest me then feel free to do that. Any thing that you want to recommend , like : - some free to use resources - improvement in code - a better way to implement something - or any other thing

License

MIT

About

This is simple tic tac toe game , just for me to let me understand basics of C++ and how to basically build a project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published