Dangertech / tictactoe-ncurses

A completely overengineered Tic Tac Toe Game for your Terminal using the ncurses library
The Unlicense
3 stars 0 forks source link

Implement issue #27 #31

Closed Dangertech closed 2 years ago

Dangertech commented 2 years ago

The player can now select in the start_menu(), whether he or the opponent (the computer or another human) makes the first turn.

closes #27