pokewilds
pokewilds copied to clipboard
Looking to explore adding multiplayer
I'm trying to research what it would take to get p2p multiplayer up and running using a NodeJS server, i.e. whatever solution would work. Could I get access to the discord server or the source code and not just the sprites and entities?
I am a 22 year old Full Stack Developer with a heavy tech stack in Web Development and have a very go get mindset and am really passionate about figuring out new things! https://www.linkedin.com/in/luke-garceau-683642158/
As long as i have find, you can easily reverse engineering the source code (for example with https://www.benf.org/other/cfr/) Then you could look at source and how did you will implements that. You speak about p2p and after node server, which is illogical. IMO, the simplest solution will be a p2p implementation, where each player's actions are send to pair.
An authoritative server implementation could be much cleaner and interesting, but will require lot of work.
(PS: if you look at source, you will see than there is some code snippet of net-code in the sources)