Word Tic-Tac-Toe is a terminal game where the user plays a wordy version of the traditional
Tic-Tac-Toe game against a the computer. The computer is pretty dumb however, and will
randomly select the spot to play on the board, as well as the letters it claims. It would have
been fun to dive into it and make a minimax algorithm bot, and different 'levels' for the user
to play against ranging from random to impossible, but I did not have time for that sort of
thing with this project. Overall had a lot of fun making this.
- When you place a word, you 'claim' the second letter in that word.
- Once you claim a letter, you can place the other words with that same letter
- That's it