TIC TAC TOE in ASSEMBLY LANGUAGE x86 Processor [ Source Code ]


TIC TAC TOE in ASSEMBLY 8086 Processor

TIC TAC TOE :


Tic-Tac-Toe is a two-player game with two symbols denoting the two players: X and O. The playing board is a 3x3 square.
The rules are as follows:
  •  Each player takes a turn placing his character (X or O) into one of the nine squares.
  •  A player cannot place his symbol in a square that is already occupied by a symbol.
  •  The game ends when a player creates a winning combination of his symbols or when there are no empty squares remaining.
  •  Winning combination is defined as three horizontally adjacent, three vertically adjacent, or three diagonally adjacent symbols
  •   If neither player creates a winning combination when all nine squares are occupied, the game is a draw, often referred to as a "cat game."

IMPLEMENTATION :

Implementation of TIC TAC TOE in Assembly is a little bit harder than other Programming Languages.The provided code will work in Three Levels :
  • Easy  ( 3x3)
    TIC TAC TOE in ASSEMBLY 8086 Processor


  • Medium (4x4)
    TIC TAC TOE in ASSEMBLY 8086 Processor


  • Hard (5x5)
    TIC TAC TOE in ASSEMBLY 8086 Processor
Such that the number of Rows and Columns increases with the increase of Level.


COMPLETE DOCUMENTATION = > SOURCE CODE
*****************************************************
If you find any query regarding this code.then you are free to ask in the comment section

Post a Comment

4 Comments

  1. Quickly this site will indisputably be famous among all blogging people, because of its fastidious articles or reviews.
    Media Onlines

    ReplyDelete
  2. The WordPress page title that appears when you’re on the page itself can and should be different. It’ll rarely make sense to format that page title like this.
    xenforo current version

    ReplyDelete
  3. what app did you used to run this program? please aswer me asap! thankyou very much

    ReplyDelete
    Replies
    1. were you able to access the code? i could not

      Delete