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
- Host: GitHub
- URL: https://github.com/prajwalch/curses_tic_tac_toe
- Owner: prajwalch
- License: mit
- Created: 2021-08-30T07:23:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T08:01:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T19:33:51.033Z (over 1 year ago)
- Topics: c, c-plus-plus, curses, ncurses, ncurses-tui, tic-tac-toe
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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