Tic - Tac - Toe game implemented in assembly (8086)
- You need a 8086 emulator to run this game.
- It is a 2 player game. Player 1 will place 'X' mark and Player 2 will place 'O' mark.
- Has option to repeat the game after it is over.
- Character inputs will be checked, if you enter any invalid character, it will prompt to input again.
- If you try to set mark to a cell already marked, it will prompt to input again.