Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 207 Bytes

File metadata and controls

9 lines (6 loc) · 207 Bytes

Getting Started

On Entities and Men

  • Entities are a collection of components
  • Components are raw data
  • Systems act on components to do work
  • Systems can be server side, client side, or both