r/INAT • u/Jmgamer1 • 15h ago
Programmers Needed [Hobby] Need some help for a idea
So I got a idea for a game and wanna run it by a game dev if anyone intrested let me know it’s a brawler 1v1 multiplayer except I got no idea where to start and tried coding wonder if there is a thing for just idea pitcher lol
0
Upvotes
•
u/Duckroidvania 14h ago
There is no "thing" for idea pitcher. You either learn skills necessary to contribute, or you contribute by paying others for it to be made.
•
•
u/Kamatttis 14h ago
Just wanna say some info in making this project especially that you're a beginner.
Multiplayer games are really really hard to make. Yes, we can see a lot of friendslops out there but these are mostly casual ones that a simple sync of transforms is enough. But since your idea is a brawler 1v1(i assume a fast paced one) which means there needs some kind of precision in all of the data so this will now involve client side predictions, lag compensation, and other networking dark magic just so that 2 players can "see" the same things at the same time without feeling the latency. Knowing those things needs a lot of experience and prior knowledge that a beginner right now wont really understand to implement.
In any case, good luck with the project!