jlefkoff / GridBoard

a project to use an LED matrix for grid based games for the '21 Interactive art installations winterm
MIT License
0 stars 1 forks source link

Tic-tac-toe framework support #9

Open gsalaman opened 3 years ago

gsalaman commented 3 years ago

Tweak the tic-tac-toe game to fit into the new screen control framework.

Should probably have a quick sit-down (Jonah, Bennett, me) to have a show-n-tell for how this works.

Strawman: Bennett does the tic-tac-toe side, Jonah does the top-level framework side

gsalaman commented 3 years ago

Did the show'n'tell with the strawman...we've gone ahead and merged it into the main branch. ALMOST stable...it looks like I forgot to return next screen from the "run" function...which should be "splash" according to our requirements doc.

Side note: I've gone ahead and put that doc into our "Docs" folder for reference.