Skip to content

SameetAsadullah/Checker-Board-in-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Checker Board in Assembly

Description

It is a 5x5 Interactive Checker Board coded in Assembly Language. Interctive means that it gives response to your Keyboard and Mouse Inputs. You must first give keyboard inputs and then mouse inputs for it to work. For keyboard input, you must type your name in all capital letters and squares with those alphabets on the checker board will turn green. For mouse input, you can click on any alphabet as you want and their color will change. On clicking, black square will turn red and white square will turn blue.

Manual

  1. Use these command in dosbox to Compile and Run the code:

    ml main.asm
    
    main.exe
    
  2. For Keyboard Input, press CapsLock and then Type Your Name. You will see those squares turning into green:

  3. To change the code and make it Work for Your Name, you must replace the alphabets of my name with yours here:

  4. For Mouse Input, click on any square you want. Black squares will turn red and white squares will turn blue:

About

A 5x5 Interactive Checker Board in Assembly Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published