unity3d-super-metroid
unity3d-super-metroid copied to clipboard
An open-source Unity3D implementation of the SNES Super Metroid game
Unity3D Super Metroid
Unity3D Super Metroid is an open-source Unity3D implementation of the SNES Super Metroid game, one of my favorite games.
Status
The project contains a fully functional scene, the first scene in the game. All movements of Samus are implemented, sounds included. Sprites used were carefully extracted from the original game and from some assets shared in the community.
Some demo videos available at my facebook page. JUMIT LABS
Usage
Clone the project.
$ git clone [email protected]:david-alejandro-reyes-milian/unity3d-super-metroid.git
Run it with Unity3D-v-5.4.0.f3
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Credits
The community for the assets. And me for the work :)