wolfdroid / x86_Chess

Classic Chess game using x86 Assembly Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x86_Chess

Brief Description

Classic Chess Game using x86 Assembly Language.

Instalation Guide

  1. Download all files in this Repository. ( Make sure it has the same location format like in this repository )
  2. Download TASM that integrated with DOSBox. ( Not the GUI TASM )
  3. Copy all files and folder that have been downloaded in this Repository to TASM folders.
  4. Mount the TASM Folder in the DOSBox.
  5. Assemble the main.asmin the DOSBox using TASM.
  6. TLINK the main.obj.
  7. Type main.exe and Enjoy the Game!!!

Playing Guide

  1. Use W, A, S, D button to move your marker / unit.
  2. Use ENTER to confirms the move.
  3. Use ESC to Immediate Exit from Game.

Important Notes : Make sure you assembling main.asm by TASM /zi /m main.asm

Documentation

About

Classic Chess game using x86 Assembly Language

License:MIT License


Languages

Language:Assembly 100.0%