danieldesira / DanielsConnect4

Connect4 implementation in TypeScript ported from JavaScript code written prior to 2013
GNU General Public License v2.0
0 stars 0 forks source link

Detect full board #17

Closed danieldesira closed 1 year ago

danieldesira commented 1 year ago

If all dots in the board have been filled, without any player winning, inform them that the game ended with a tie. "{playerRed} and {playerGreen} are tied!"

danieldesira commented 1 year ago

Done in 0.2