MrScautHD / Sparkle

A fast, Cross-platform .NET 8 C# 12 game engine.
https://sparkle-engine.com
MIT License
105 stars 11 forks source link

How would one implement code for servers? #12

Closed Gammer0909 closed 10 months ago

Gammer0909 commented 10 months ago

In the README, it mentions that you could build games for a server (Eg. a multiplayer game) because you do not need the Draw command. However, I was wondering how you would have to implement this, as I am new to this library.

Thanks, Gammer0909

MrScautHD commented 10 months ago

Hello! We have removed the old system, and adding a better one is at the top of our to-do list (https://github.com/MrScautHD/Sparkle/issues/9).

Gammer0909 commented 10 months ago

Ah, thanks!