Tic Tac Toe Code
- Hard Code
- Nov 14, 2016
- 1 min read

This code is very fun to use and I myself use it often. This code involves memorizing symbols for each letter. it is identical to the Symbols code, except the symbols have already been assigned.
For this code you simply have each symbol be the lines bordering the letter. For A, it's a backwards L because of the two lines bordering A. For E, it would be a square. Because the four lines bordering E make a square. The same for all the rest of the symbols except some of the symbols have dots to differentiate them from the rest.
This code is difficult for beginner coders, but very good for fooling your friends!
Comments