Classic Chess Game using x86 Assembly Language.
- Download all files in this Repository. ( Make sure it has the same location format like in this repository )
- Download
TASM
that integrated withDOSBox
. ( Not the GUI TASM ) - Copy all files and folder that have been downloaded in this Repository to
TASM
folders. - Mount the
TASM
Folder in theDOSBox
. - Assemble the
main.asm
in theDOSBox
usingTASM
. - TLINK the
main.obj
. - Type
main.exe
and Enjoy the Game!!!
- Use
W
,A
,S
,D
button to move your marker / unit. - Use
ENTER
to confirms the move. - Use
ESC
to Immediate Exit from Game.