insipx/Gomoku

Make the two parts of gameLoop into Functions

Closed this issue · 1 comments

Make the first part into initGameLoop and the while loop into one function that either returns true or false

made into many functions gameLoop is now more maintanable and easier to figure out