Tic Tac Toe

A simple game of Tic-Tac-Toe using the P5JS library.

The gist below shows you the javascript classes using two main class types.

BoardGame describes the rules of the game, but does not contain any P5 library specific drawing features.

BoardGameSketch renders the board with all the current pieces using the P5 library drawing features.