Home

Awesome

Tdbe-2023-DOTS-ECS-Graphics-Physics

An Asteroids style game with health, powerups, ai, warp, teleportation, and local co-op.

Quick gameplay video:

https://github.com/tdbe/Tdbe-2023-URP-DOTS-ECS-Graphics-Physics/assets/1399607/75d561f0-0448-4c98-8ef1-81648691fd82

image

v 2022.2.6f1

DOTs ECS 1.0 sandbox

image

stats1

image

Project

Fairly wide scope of ECS DOD / DOT usage, generic and specific setups, for a full game core loop. There are still a few gameplay details done in a hurry, marked with "// TODO:" or "// NOTE".

The project is set up to be visible via the Hierarchy what is going on and roughly in what order, and using prefabs and components with mono authorings, and inspector notes. Most things & rationales are also described in comments in code.

Assets[tdbe]\Scenes\GameScene_01 <-- scene to play

Play:

Some points of interest:

Philosophy:

Some annoying quirks I found:

image