Skip to content

a-shina/GuessingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Guessing Game in MIPS Assembly

The machine picks a random number using random number generator between 1 and 100 and the user has 10 chances to guess the number. The program will hint the user if the guessed number is higher or lower than the generated random number. After the user guesses the number correctly or has used all 10 chances to guess, the program will inform the user if they have won or lost, display all the guesses made by the user, and produce a sound, respectively.

About

Guessing game in MIPS Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published