What boilerplate project should I use?

Guys, I need help, I’m a bit stuck and not sure what to do.

I want to choose one of these two projects as a boilerplate:

I really like the first one, but it doesn’t have multiplayer. I want to add it, but I’m not sure how difficult it might be. I’ve created the server part, but I’m not sure how to connect it with the client.

On the other hand, the second one already has multiplayer…

What do you recommend? I was thinking about looking at the boilerplate with multiplayer to try to replicate it in the first one, but I’m not sure if it’s the best idea. What should I do?

I have only played with the result of the second one so it is all hard to judge.

I usually love to start from scratch and integrate the ideas of the other repos instead of forking one of them. I usually save time mid term. (like for house, remodeling is sometimes harder than first build)

2 Likes

Thanks, bro!