zllangct / ecs

A Go-implementation of the ECS (Entity-Component-System), focus on the development of game server.
BSD 3-Clause "New" or "Revised" License
132 stars 10 forks source link

Best methods for checking game status, destroying wold #17

Open cchandel opened 1 year ago

cchandel commented 1 year ago

Hi, Given all the changes, what is the best method for the following :-

  1. Checking game status - running or paused
  2. Destroying a world

Thanks