Skip to content

a663E-36z1120/frogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frogger

frogger game

An implementation of the frogger arcade game in MIPS assembly. Runs in the MARS 4.5 IDE (included).

To play the game:

  1. Open frogger.asm in MARS, under tools, connect Keyboard and Display MMIO Simulator to MIPS and connect the Bitmap Display to MIPS with the following configuration:
    1. Unit width in pixels: 8
    2. Unit height in pixels: 8
    3. Display width in pixels: 256
    4. Display height in pixels: 256
    5. Base Address for Display: 0x10008000 ($gp)
  2. Assemble and run the game.
  3. In Keyboard and Display MMIO Simulator, use "wasd" to move, "p" to toggle pause, "r" to restart, and "q" to quit.

About

An implementation of the frogger arcade game in MIPS assembly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published