Skip to content

A multi-level implementation of "Candy Crush" in 16-bit Assembly Language (MASM)!

Notifications You must be signed in to change notification settings

dingavinga1/16-bit-candy-crush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

16-bit-candy-crush

A multi-level implementation of "Candy Crush" in 16-bit Assembly Language (MASM)!

Sneak Peek

Level_2

Features

  • Main menu

  • 3 levels with different difficulty levels

  • Swapping with mouse

  • Bomb integration!

How to Try

  • 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

Be sure to attribute this repository before using the source code for commercial/educational use.

Acknowledgement

This project was a collaborative effort with Aisha Irfan

A huge amount of credit goes to Aisha for making this possible.

Gallery

Menu

menu

Level 1

Level_1

Level 2

Level_2

Level 3

Level_3

Releases

No releases published

Packages

No packages published