Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.08 KB

TetrisHero

Based on Tetris, Guitar Hero and Crypt of the Necrodancer.

TetrisHero is a competitive multiplayer game. Two players compete against each other trying to survive. By moving the grid of their arena, the players change the tetromino spawn position of the other arena.

The rithm of the tetromino fall is ruled by the amazing 8-bit We Will Rock You song.

animated

Dependencies

  • Unity game engine

  • MLAPI: mid-level networking library built for the Unity game engine to abstract networking

  • ProjectCloner: a tool for quickly duplicating unity projects. Good for testing multiplayer games!

Useful Links