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

https://github.com/prajwalch/curses_tic_tac_toe

Tic Tac Toe game built using ncurses in C
https://github.com/prajwalch/curses_tic_tac_toe

c c-plus-plus curses ncurses ncurses-tui tic-tac-toe

Last synced: about 2 months ago
JSON representation

Tic Tac Toe game built using ncurses in C

Awesome Lists containing this project

README

          

# Curses Tic Tac Toe
**Tic Tac Toe game built using ncurses in C**

## Building
- Requirements
- Clang v9.0.0 or newer
- Ncurses

- Clone this repo
```bash
git clone https://github.com/PrajwalCH/curses_tic_tac_toe.git
cd curses_tic_tac_toe
```
- Run make
```bash
# For debug build run with DEBUG=1
make
```

## TODO:
- Clear the winner announce message after user reset the game