Welcome to the only GitHub repository where you can find the classic Rock-Paper-Scissors game coded in Assembly Language for the MIPS-32 architecture! This game is designed to be simulated on the Mars4_5 simulator, which is based on JAVA.
This project is an implementation of the Rock-Paper-Scissors game in MIPS Assembly language. It allows the user to play multiple rounds against the computer, keeping track of wins, losses, and draws. The computer's choices are generated randomly to ensure a fair game.
- User input for the number of rounds.
- Random computer choices for Rock, Paper, or Scissors.
- Tracks the number of wins, losses, and draws.
- Displays the final result after all rounds are played.
To run this project, you will need the Mars4_5 simulator. You can download it from the following link: Mars4_5 Simulator
- Open the Mars4_5 simulator.
- Load the
rock_paper_scissors.asm
file into the simulator. - Assemble the program by clicking the "Assemble" button.
- Run the program by clicking the "Run" button.
- Follow the on-screen prompts to play the game.
If you have any suggestions or improvements, feel free to fork the repository and submit a pull request. Your contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
- Mars MIPS simulator for providing the platform to test and run MIPS assembly code.
- All the developers and contributors who have maintained and improved the Mars simulator over the years.
Enjoy playing Rock-Paper-Scissors in MIPS Assembly!