Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.04 KB

Mastermind Board Game Implementation in Assembly Language

Introduction

Welcome to the Mastermind board game implemented in Assembly Language! While this may not be true native ARM assembly code, replicating its functionality has been achieved to provide a similar experience.

arm

How to Run?

Follow these simple steps to run the Mastermind game:

  1. Clone the Repository:

    https://github.com/malintha-induwara/mastermind-game-assembly.git
    cd code-breaker-game-assembly
    
  2. Visit ARMlite Simulator:
    Open your web browser and go to ARMlite Simulator

  3. Upload the Code:
    Using the simulator interface, upload the provided assembly code.

  4. Run the Code:
    Once the code is uploaded, initiate the simulation to start playing the Mastermind game.

That's it! You are now ready to enjoy the Mastermind board game in an Assembly Language environment.