A close recreation of the tile-matching puzzle video game owned by the Tetris Company.
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.
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
Yamil Burgos – yamil.burgos1293@gmail.com
- Fork it (https://github.com/yamilburgos/Tetris/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request