Skip to content

This is a simple game created in Assembly language using the Irvine library. The game is similar to Candy Crush and consists of three levels, each with increasing difficulty.

Notifications You must be signed in to change notification settings

sheerazmehboob/x86_Number-Crush-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Number Crush Game (x86-Assembly & Irvine)


This is a simple game created in Assembly language using the Irvine library. The game is similar to Candy Crush and consists of three levels, each with increasing difficulty.

Requirements


  • Irvine library for Assembly language programming.
  • You can watch this how to setup Irvine in Visual Studio https://youtu.be/4XH_iEehGZ0
  • x86 architecture processor with Windows operating system.
  • How To Run?


    1. Clone the repository to your local machine using 'git clone'.
    2. In terminal Navigate to the directory where the repository is cloned.
    3. Create a new Assmbly Project in your IDE.
    4. Create a asm file
    5. Add Code to the asm file and run the project

    Features


    • Three levels of increasing difficulty.
    • Animated number swapping and disappearing effects.
    • High score tracking.
    • File Handling

    Game Play


    The goal of the game is to match three or more adjacent numbers of the same value by swapping adjacent numbers. The matched numbers will disappear, and new numbers will fall from the top to fill the empty spaces. You can swap a number with bomb which will explodes all bombs in board. If there is no move possible board will automatically randomized. The game ends player reaches number of moves and move to next level if reaches the required scores.

    Screenshots


    Coal-1

    Coal-2

    Coal-3

    Coal-4

    About

    This is a simple game created in Assembly language using the Irvine library. The game is similar to Candy Crush and consists of three levels, each with increasing difficulty.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published