kevin-shannon / connect4

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

Improve board array structure #24

Open tannerkrewson opened 5 years ago

tannerkrewson commented 5 years ago

Right now board arrays start at 1 and have nothing at 0. 🤨🤨

@kevin-shannon wanted to make some other improvements as well?

tannerkrewson commented 5 years ago

It also might be helpful to get rid of all the magic numbers 6 and 7 throughout the code, and use array.lengths instead. If not for better code, for the possibility of https://github.com/kevers429/connect4/issues/18