Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 708 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 708 Bytes

Tic-Tac-Toe

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.

untitled-1

Game Screenshot

game_ss