Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 369 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 369 Bytes

Assembly8086CrossyRoad

10th Grade Assembly x8086 game project.

How to run

Download DOSBox portable. ##Mount DOSBox to game folder ##compile and run with debugger options:

$ tasm/zi cmain.asm
$ tlink/v cmain
$ cmain

##if game is lagging than run this command:

$ cycles = max

gl and Enjoy!