https://github.com/pranav2092/tic-tac-toe-game
Basic Tic-Tac-Toe game
https://github.com/pranav2092/tic-tac-toe-game
basic-game basic-game-in-c c c-game c-games-for-beginners game tic-tac-toe-c tic-tac-toe-game tic-tac-toe-game-c tic-tac-toe-game-in-c
Last synced: 2 months ago
JSON representation
Basic Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/pranav2092/tic-tac-toe-game
- Owner: Pranav2092
- License: mit
- Created: 2024-03-03T17:59:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T15:27:45.000Z (about 1 year ago)
- Last Synced: 2025-01-23T13:08:12.724Z (4 months ago)
- Topics: basic-game, basic-game-in-c, c, c-game, c-games-for-beginners, game, tic-tac-toe-c, tic-tac-toe-game, tic-tac-toe-game-c, tic-tac-toe-game-in-c
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-Game
Here, I have created a basic game of tic-tac-toe in C language. It has two versions: a double-player version(Tic-Tac-Toe) and a single-player version(Tic-Tac-Toe2).
## How to run
Download the project. Then, to run the double-player version:
1. Compile : gcc Tic-Tac-Toe.c
2. Run: ./a.exeThen, to run the single-player version:
1. Compile : gcc Tic-Tac-Toe2.c
2. Run: ./a.exe