https://github.com/thegrimsey/dodgerv2
A 2D spaceship shooter game in Unity. Made with DOTS (ecs) hybrid system.
https://github.com/thegrimsey/dodgerv2
dots ecs game game-development unity unity2d
Last synced: 2 months ago
JSON representation
A 2D spaceship shooter game in Unity. Made with DOTS (ecs) hybrid system.
- Host: GitHub
- URL: https://github.com/thegrimsey/dodgerv2
- Owner: TheGrimsey
- License: mit
- Created: 2019-11-21T12:47:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T22:44:00.000Z (over 5 years ago)
- Last Synced: 2026-04-15T10:07:25.757Z (3 months ago)
- Topics: dots, ecs, game, game-development, unity, unity2d
- Language: C#
- Homepage:
- Size: 4.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DodgerV2
A 2D spaceship shooter game in Unity.
DodgerV2 is a remake of "Dodger" a game I made in Unity around 2016 which you can find [here](https://github.com/thegrimsey/dodger). I made this remake for a project in my Tech class and to see how far I had come in the last years (as well as to figure out how far Unity had come).
The development log for this project is available on my website right [here](https://thegrimsey.net/games/DodgerV2.html).
# "Tech-stack"
DodgerV2 uses Unity's own ECS "Entities" in a hybrid model. Movement is handled in a system whilst collision between bullets, asteroids, and the player are handled in regular gameobjects.