Welcome to SQL tictactoe đŸ™‚! Launch some SQL or the available commands here. Use "help" to get started.
Code on GitHub
prompt >
EXEC ShowBoard;
+----------+----+----+----+
| Vertical | H1 | H2 | H3 |
+----------+----+----+----+
| V1 | | | |
| V2 | | | |
| V3 | | | |
+----------+----+----+----+
prompt >