/Sudoku_For_DOS

Sudoku written For DOS

Primary LanguageAssembly

Sudoku_For_DOS

Sudoku written For DOS

GamePlay

alt text

alt text

Setup

Download the .asm file from the src folder.
Save it into your DOSBOX directory. (If you dont have DOSBOX installed, visit this link to install it. )
Make sure you have Tasm installed and run :

tasm <filename.asm>

Then make sure you have Tlink installed and run:

tlink /t <filename.obj>

Then Run the .COM that was created by the Tlink.

Enjoy.