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
- Host: GitHub
- URL: https://github.com/shivam010/tic-tac-toe-using-c-graphics
- Owner: Shivam010
- License: mit
- Created: 2017-06-21T11:21:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T11:52:05.000Z (almost 8 years ago)
- Last Synced: 2025-04-17T18:23:39.773Z (2 months ago)
- Topics: c, c-plus-plus, game, graphics, programming, tictactoe-game
- Language: C++
- Size: 415 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)