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

Randomise starting colour - red/green #22

Closed danieldesira closed 1 year ago

danieldesira commented 1 year ago

Change should also be accompanied by an indication of whose turn it is. For example by applying underline and/or italics to the current player at the top.

danieldesira commented 1 year ago

Network play done today. Feature should be complete.