Are all games based on game object and component?

posted to: The Interface
Are all games based on game object and component?
  • Jonathan Gonzalez(jgonzalez) replied
    Game Objects are basically everything within your game. Components determine what that game object can do. So an empty game object can have a camera component while another empty game object can have a rigidbody component. Think of components as lego pieces to a standard lego piece that you build upon.