Skip to content

Clone of the game "Piano Tiles" using MIPS Assembly for a college class about computer architecture.

Notifications You must be signed in to change notification settings

igorluppi/PianoTilesAssembly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS-PIANO TILES

Clone do jogo "Piano Tiles" em MIPS Assembly para o projeto final de Arquitetura e Organização de Computadores.

How To Run

  1. Open the Mars .jar file from our repo.
  2. Load the main.asm file into Mars with File -> Open.
  3. Go to Run -> Assemble (or press F3)
  4. Go to tools -> Bitmap Display
  5. The Bitmap Display settings should be as follows:
  • Unit Width: 8
  • Unit Height: 8
  • Display Width: 256
  • Display Height: 512
  • Base Address: heap
  1. Go to tools -> Keyboard and Display MMIO Simulator
  2. Press Connect to MIPS on both of the displays
  3. Go to Run -> Go (or press F5)
  4. All controls should take place in the lower portion of the Keyboard and Display Simulator

Controls

The piano tiles can be played by pressing the number keys respective to the column.

About

Clone of the game "Piano Tiles" using MIPS Assembly for a college class about computer architecture.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 99.9%
  • Python 0.1%