Skip to content

scartezini/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

018ce23 · Mar 14, 2017

History

49 Commits
Mar 14, 2017
Dec 11, 2016
Dec 14, 2016
Dec 12, 2016
Dec 12, 2016
Dec 12, 2016
Dec 12, 2016
Dec 12, 2016
Dec 12, 2016

Repository files navigation

Tetris in Assembly MIPS32

This game is being implemented as a requirement for the Organization and Architecture Of Computers Course (CIC 116394) offered by the University of Brasilia (Brazil).

Hardware requirements:

  • Implement a MIPS32 CPU with pipeline

  • Sound effects and music

  • Game input to be collected through a IrDA receiver

The game should be fully working in the Altera DE2-70 board.

Software requirements:

  • A fully functioning Tetris game based on the original Tetris game

  • Multiplayer options (1-4 players)

The game should be correctely simulated in the Mars application.

Guidelines

This project implementation is based on the guidelines for implementing a Tetris game provided by The Tetris Company.