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

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

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

![Game](capa.png)

### 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 !!
```