How would I start making my framework?

I am currently working on a game. How would I go about making my framework? I want to make this framework open sourced and I want to know how I can make a framework that works but is still a successor to some competition.

Thanks!

(All other guides I looked at weren’t exactly in depth, I didn’t understand.)

Firstly look at all the current open-source frameworks, and see if there is a vital feature they are missing and maybe work on that. Though there’s pretty much a framework for anything, if you are going to make one, just make one that best fits your game/ style.

1 Like

Yes I know this, but I don’t really know where to start. Do I just start by making folders and organizing with modules?

For example,

Server
Events
Shared
Client

Yeah I would just have a server and client and a place to create remotes.