TanvirSojal / Tic-Tac-Toe

Tic - Tac - Toe game implemented in assembly (8086)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tic - Tac - Toe game implemented in assembly (8086)


Languages

Language:Assembly 100.0%