Create a bouncing ball game in mips language Program a game that works using bitmaps display Your MIPS code must include at least the following items to receive a passing grade:

Create a bouncing ball game in mips language Program a game that works using bitmaps display Your MIPS code must include at least the following items to receive a passing grade:

  • Conditional branches, equivalent to C if-else
  • Loops equivalent to C while(), for() or do-while()
  • Use of a 2-D array
  • Use of the stack to store the $ra (return address) register