Skip to content

pedrokwerle/RISCV-Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISCV-Tetris

Tetris clone for COMP20180

How to use:

  1. Clone repo with: git clone https://github.com/pedrokwerle/RISCV-Tetris
  2. cd into repo directory and run make in the command line
  3. Load tetris-rom.txt into RISCV emulator ROM and run

Contributions:

  1. If new files are added edit the makefile to include the respective .h and .o files
  2. Be sure the make file works before adding a commit