An open API service indexing awesome lists of open source software.

https://github.com/shivam010/tic-tac-toe-using-c-graphics

A simple game Tic Tac Toe, made using C/C++ Graphics
https://github.com/shivam010/tic-tac-toe-using-c-graphics

c c-plus-plus game graphics programming tictactoe-game

Last synced: about 2 months ago
JSON representation

A simple game Tic Tac Toe, made using C/C++ Graphics

Awesome Lists containing this project

README

        

# Tic-Tac-Toe-using-C-Graphics
A simple game Tic Tac Toe, made using C/C++ Graphics.
It is just made Just for fun.
You can Play the the web-version of the game working on the same logic [here!](https://shivam010.github.io/TicTacToe/).
If you like it please give a star. ;p

# How to Run locally
To run the game locally on your system. Just follow the steps:

1. Firstly, download this repository and Unzip it.
2. Now, open the .exe file and enjoy... :)

And if you want to see the code or want to change something just open the .cpp file in any editor and do your work.*

*Note:
Before compiling the code just make sure that your compiler supports the corresponding hearder files used because the game is based on the late 90's C/C++.
If not, follow the following steps:

1. Open the "Requirements" folder and copy the files named, "graphics.h" and "winbgim.h", and paste them in the "/MinGW/include/" folder.
2. Now, copy the "libbgi.a" and paste it in the "/MinGW/lib/" folder.
3. At last, just copy the following text(also, written in the file, "last step.txt") and paste in the Compiler Linking Setting of your Code Editor.

And Enjoy.

# Contributing
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.

# License
Tic Tac Toe is licensed under the [MIT license.](https://github.com/Shivam010/Tic-Tac-Toe-using-C-Graphics/blob/master/LICENSE)