https://github.com/dayanfreitas/tictactoe
My first project of game
https://github.com/dayanfreitas/tictactoe
c game tic-tac-toe
Last synced: 9 months ago
JSON representation
My first project of game
- Host: GitHub
- URL: https://github.com/dayanfreitas/tictactoe
- Owner: Dayanfreitas
- Created: 2018-06-10T20:34:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T23:03:06.000Z (over 4 years ago)
- Last Synced: 2025-01-09T22:49:07.584Z (over 1 year ago)
- Topics: c, game, tic-tac-toe
- Language: C
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tic Toc Toe
Your Terminal Tic Tac Toe
### Version 1
* Date: 06/06/2019
* Support Windows
### Version 2
* Date: 31/08/2021
* Documentation
* [Makefile](https://www.embarcados.com.br/introducao-ao-makefile/)
* Refactore
* Support Linux
* Unit Test

### Commands
```bash
# Clean compiled files
$ make clean
```
```bash
# Compile tictoctoe compiled files
$ make
```
```bash
# Start tictoctoe
$ make run
```
```bash
# Runner test unit
$ make run-test
```
### How to play
Playing is very simple. Choose the number corresponding to the position.
You can play in pairs or against the machine.
```bash
X|2|O
4|X|O
7|8|X
Player 1 Winn !!
```