kevin-shannon / connect4

The original vertical four in a line game.
13 stars 3 forks source link

Support for board sizes other than 6 x 7 #18

Open tannerkrewson opened 6 years ago

tannerkrewson commented 6 years ago

As it stands, we use an image file to display the yellow board. If we were to use canvas to generates that same shape, we could change the size of the board to be something other than 6 x 7 and use colors other than yellow, just by changing some variables.

It would be a lot of work, but it would create some interesting possibilities for new modes.