I’m making a multiplayer game, and I wanted to know how is it possible to make my game headless, in other-words to not render a window, just stick to the terminal. This would be for hosting my server of my game, and it’ll be really helpful to know how to do it. I’m also using the low-level API for the multiplayer.
TY in advance