How to Easy Make a Platform MULTIPLAYER GAME - Construct 3

9

Attached Files

The following files have been attached to this tutorial:

.c3p

multiplayergame21-09.c3p

Download now 402.38 KB

Stats

6,371 visits, 9,311 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Published on 16 Sep, 2020. Last updated 21 Sep, 2020

Updated 21-09-2020

Hello All

In the File attached you will learn how to make a Multiplayer game Platform Style

This is just an example you can upgrade this as you want

All My tutorias here

construct.net/en/tutorials/construct-tutorials-2525

demo rafaeltrigo.000webhostapp.com/multiplayer

You will see i Set it up to 2 Players but you can increase it if you want on line 4

For testing Localy : open new browser open same file and run

.C3P

multiplayergame21-09.c3p

Download now 402.38 KB
  • 14 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Thanks for such an awesome share, Just one question, the score is always combined. How can I show individual score of each player? Please help.

    • The variable coins is set to sync on start of layout , so when peer connect will get the previous coins from host , so you can disable it , so now we must display an individual text for host and peer , I just update the example , so you can see it on line 44 to 46

      jatin1726

      • Thanks for the update. I redownloaded the file and played game but I couldn't see the individual score again. it was still showing same score. If two ppl are playing as mulitplayer then usualy everyone wants to check out score individualy. Could you please share an example file how it can be done. My id is "ancientmails@gmail.com"

        Thanks in advance. U are so awesome to share all this beautiful work. Looking forward for more intersting tutorials from u.

  • Looking into this further. Looks like there is a problem unless it is my side. The peer game cannot see the host player animations correctly, only changes when jumping and doesn't mirror.

  • Thanks for example. I have a random map like maze. How do i send the map from host to peers ?

  • Thanks In learning multiplayer good to see how Constructs multiplayer template can be adapted for a platformer. Would be good if you left the comment text from the template, helps us newbies.

  • Love the script. But how can I see the usernames inside the games?

  • Load more comments (5 replies)