Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/genomagames/genoma-invaders
- Owner: GenomaGames
- License: cc-by-sa-4.0
- Created: 2020-07-20T19:35:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T18:30:25.000Z (10 months ago)
- Last Synced: 2024-04-17T04:25:07.987Z (10 months ago)
- Topics: 2d, game-development, gamedev, pixel-art, tutorial, unity, unity3d
- Language: C#
- Homepage: https://genomagames.github.io/genoma-invaders/
- Size: 5.82 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/