https://github.com/thunder-coding/tic-tac-toe
Tic Tac Toe game using C++. Tested with Borland C++ 3.0 compiler.
https://github.com/thunder-coding/tic-tac-toe
borland-cpp c cpp game game-development tic-tac-toe tictactoe tictactoe-game
Last synced: about 1 year ago
JSON representation
Tic Tac Toe game using C++. Tested with Borland C++ 3.0 compiler.
- Host: GitHub
- URL: https://github.com/thunder-coding/tic-tac-toe
- Owner: thunder-coding
- Created: 2020-08-20T14:05:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T05:13:56.000Z (over 5 years ago)
- Last Synced: 2025-01-24T21:43:32.917Z (about 1 year ago)
- Topics: borland-cpp, c, cpp, game, game-development, tic-tac-toe, tictactoe, tictactoe-game
- Language: C++
- Homepage:
- Size: 717 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe
**Tic Tac Toe game using C++.**:video_game: Tested with Borland C++ 3.0 compiler.
>Please change the last arguement to **initgraph** function in Tic-tac-toe.CPP
>Watch the comment next to initgraph funtion for more information
>The .exe (executable) file provided in here is 16bit exe file. This file may not be able to run directly on your PC without using DosBox like applications
# Screenshots

# Download Source Code
[v1.0](https://github.com/thunder-coding/tic-tac-toe/archive/v1.0.zip)

