kelvinluime / number-guessing-game

A number guessing game in assembly language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Play This Game

  1. Run Mars(MIPS simulator) from the "resources" folder with the command: java -jar Mars.jar
  2. After Mars is opened, open files ending with ".s"
  3. On "Settings", select "Assemble all files in directory" option
  4. On "Settings", click "Exception handler," type in the path to the "resources/exceptions.s" file
  5. Run it

About

A number guessing game in assembly language.


Languages

Language:Assembly 100.0%