The objective of Tic Tac Toe is to be the first player to get three of your symbols (traditionally X's or O's) in a row on a 3x3 grid.Â
The game is played by two players (or a CPU), usually taking turns marking spaces on the grid with their symbol. The first player places their symbol on an empty space, followed by the second player placing their symbol on another empty space. This continues until either one player has three symbols in a row or all the spaces on the grid have been filled without any player getting three in a row.
A winning row can be horizontal, vertical, or diagonal. If a player gets three symbols in a row, they win the game. If all spaces on the grid are filled without any player getting three in a row, the game is a draw.
There IS no hangman, its more a guess the word but if you want, there is a subpage/button over there that goes to a version of it with hangman.
And there are other categories, check them out!Â
Make your own set of words by modifying the "cost words" values there, make your own category! teach it to somebody as a beginning point for javascript!