Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1006 Bytes

readMe.md

File metadata and controls

23 lines (17 loc) · 1006 Bytes

Tetris

A close recreation of the tile-matching puzzle video game owned by the Tetris Company.

Installation

Create a new Unity Project and then replace the Assets & Project Settings folders with the files from this repository in order to run this build.

Instructions

Tetris was created in Unity3D and is a close recreation of the tile-matching puzzle video game owned by the Tetris Company. The game can only be played by one Player and ends when the Player is unable to make any further moves.

  • Created using Unity3D and used MonoDevelop for scripting
  • Based on a tutorial provided by www.noobtuts.com

Meta

Yamil Burgosyamil.burgos1293@gmail.com

Contributing

  1. Fork it (https://github.com/yamilburgos/Tetris/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request