Skip to content

prajwalch/curses_tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    git clone https://github.com/PrajwalCH/curses_tic_tac_toe.git
    cd curses_tic_tac_toe
  • Run make

    # For debug build run with DEBUG=1
    make

TODO:

  • Clear the winner announce message after user reset the game

Releases

No releases published

Packages

No packages published