Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/genomagames/genoma-invaders

2D Game Shoot 'em Up like Space Invaders made to teach Game Development with Unity
https://github.com/genomagames/genoma-invaders

2d game-development gamedev pixel-art tutorial unity unity3d

Last synced: 3 months ago
JSON representation

2D Game Shoot 'em Up like Space Invaders made to teach Game Development with Unity

Awesome Lists containing this project

README

        

# Genoma Invaders

Genoma Invaders is a [Fixed shooter](https://en.wikipedia.org/wiki/Category:Fixed_shooters) - [Shoot 'em up](https://en.wikipedia.org/wiki/Shoot_%27em_up) game developed to teach the basics for game development in Unity which development is explained through a series of tutorials.

- [**Genoma Invaders Tutorials Page**](http://genomagames.com/genoma-invaders/)

| Lesson | Title | Branch |
| ------ | ------------------------------------------------------------------------ | ----------------------------------- |
| 1 | [Getting Started in Unity 2D Game Development][lesson-01] | [`tutorial/01`](./tree/tutorial/01) |
| 2 | [How to Move 2D Objects in Unity][lesson-02] | [`tutorial/02`](./tree/tutorial/02) |
| 3 | [Unity Physics 2D Using Collider2D and Kinematic Rigidbody2D][lesson-03] | [`tutorial/03`](./tree/tutorial/03) |
| 4 | [Using Unity UI for in-game HUDs][lesson-04] | [`tutorial/04`](./tree/tutorial/04) |

## Author

Created by [Genoma Games](http://genomagames.com)

## License

Licensed under [CC-BY-SA-4.0](./LICENSE)

[lesson-01]: http://genomagames.com/genoma-invaders/tutorials/01-getting-started-with-unity-2d-game-development/
[lesson-02]: https://genomagames.com/genoma-invaders/02-how-to-move-2d-objects-in-unity/
[lesson-03]: https://genomagames.com/genoma-invaders/03-unity-physics-2d-using-collider2d-and-kinematic-rigidbody2d/
[lesson-04]: https://genomagames.com/genoma-invaders/04-using-unity-ui-for-in-game-huds/