Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 574 Bytes

MIPS-Assembly-Frogger

Simple recreation of Frogger, a classic retro game. This project was created in MARS, which is an IDE for the assembly programming language. MARS can be downloaded with this link: http://courses.missouristate.edu/kenvollmar/mars/

How to run

Download or copy MIPSfrogger.asm into MARS, and configure the bitmap display as described in the file description.

How to play

First, open the Keyboard MMIO simulator in the tools toolbar, along with the bitmap display with the proper configurations. The frog may be moved around using WASD controls.