A multi-level implementation of "Candy Crush" in 16-bit Assembly Language (MASM)!
- Download MASM6.15 from here
- Copy the contents to
C:\
- Download DOSBOX from here
- Open DOSBOX Options and add the following lines at the end
mount c c:\masm615\bin
c:
- Copy the candy.asm file from this repository to
C:\masm615\bin
- Run DOSBOX and enter the following commands to start playing
ml candy.asm
candy.exe