Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How do I make multiplayer games?
- LaiaPascual
-
25 posts
How do I make multiplayer games?
I really want to make a multiplayer game but I can´t find out how. I have tried and tried but I just can´t do it.
I don´t know if I have to use these blocks:
I don´t know if I have to use these blocks:
Last edited by LaiaPascual (Aug. 11, 2015 00:03:51)
- DownsGameClub
-
1000+ posts
How do I make multiplayer games?
The define block is meant for custom block use. The blocks can be made to do things like, jump-
The flag clicked block is the starting point in the project.
The flag clicked block is the starting point in the project.
- LaiaPascual
-
25 posts
How do I make multiplayer games?
thanks but what I don´t know is how to make a multiplayer game
- CatsUnited
-
1000+ posts
How do I make multiplayer games?
Multiplayer is very hard to do. Yes, it would be very convenient to use “Define”, because you could save some space in your project. You also have to use cloud variables, encode the data to the vars, decode it and send it to each player so it will work with more than one player.
- gdpr533f604550b2f20900645890
-
1000+ posts
How do I make multiplayer games?
You need to use cloud data.
- QueenKS
-
9 posts
How do I make multiplayer games?
All I know is that
IT REQUIRES CLOUD VARIABLES!
IT REQUIRES CLOUD VARIABLES!

- CatsUnited
-
1000+ posts
How do I make multiplayer games?
Try looking at https://scratch.mit.edu/projects/12686474/
- LaiaPascual
-
25 posts
How do I make multiplayer games?
Ok, thanks for all the information, but how do I make the game
I know that I have to use these thanks to you:

I know that I have to use these thanks to you:
Last edited by LaiaPascual (Aug. 11, 2015 00:16:46)
- CatsUnited
-
1000+ posts
How do I make multiplayer games?
What game? There are so many questions into making a game that we can't read your mind. Ok, thanks for all the information, but how do I make the game
- LaiaPascual
-
25 posts
How do I make multiplayer games?
I mean like a multiplayer game
Last edited by LaiaPascual (Aug. 11, 2015 00:21:56)
- Nether_before
-
1000+ posts
How do I make multiplayer games?
What kind of multiplayer game? How do you want players to interact with eachother? Will it be scrolling? What camera angle will you view the game from? There's so many questions. I mean like a multiplayer game
- LaiaPascual
-
25 posts
How do I make multiplayer games?
a game where there are other people that are from the game help
if the player asks the person a question I want the person to answer it
nope
like umm… do you know Terraria? Well I want it like that
really? How many questions?
if the player asks the person a question I want the person to answer it
nope
like umm… do you know Terraria? Well I want it like that
really? How many questions?
Last edited by LaiaPascual (Aug. 12, 2015 16:24:20)
- madman1515
-
100+ posts
How do I make multiplayer games?
You need to know what you are going to code before you code something.
Write down how you want every aspect of the game to be,
-how will the player control the game
-what will the interactions be to the game (like player with players or players set up shops?)
-what will the players do if they aren't scratchers and cant access the cloud? can they just not play?
then you can consider how to make a multiplayer game and people will be willing to help you
Write down how you want every aspect of the game to be,
-how will the player control the game
-what will the interactions be to the game (like player with players or players set up shops?)
-what will the players do if they aren't scratchers and cant access the cloud? can they just not play?
then you can consider how to make a multiplayer game and people will be willing to help you
- LaiaPascual
-
25 posts
How do I make multiplayer games?
-how will the player control the game
-what will the interactions be to the game (like player with players or players set up shops?)
-what will the players do if they aren't scratchers and cant access the cloud? can they just not play?
That´s another thing that I don´t know how to do
-what will the interactions be to the game (like player with players or players set up shops?)
-what will the players do if they aren't scratchers and cant access the cloud? can they just not play?
That´s another thing that I don´t know how to do

Last edited by LaiaPascual (Aug. 13, 2015 18:08:39)
- Sonickyle
-
1000+ posts
How do I make multiplayer games?
tl;dr Creating a full-fledged multiplayer game requires extensive knowledge of how cloud variables sync and get updated from client to client, as well as knowing how to convert your required multiplayer data to numbers. If you didn't know what I just said, then that means that you are not ready.
- IMPULSS
-
100+ posts
How do I make multiplayer games?
I made an engine for online multiplayer cloud games. Go into the scripts to draw sprites and stuff like that. 
https://scratch.mit.edu/projects/73471942/

https://scratch.mit.edu/projects/73471942/
- LaiaPascual
-
25 posts
How do I make multiplayer games?
Oh…OK it´s just that I am really into making better projects, but mabye some other day I can do it…Thanks a lot! tl;dr Creating a full-fledged multiplayer game requires extensive knowledge of how cloud variables sync and get updated from client to client, as well as knowing how to convert your required multiplayer data to numbers. If you didn't know what I just said, then that means that you are not ready.

- LaiaPascual
-
25 posts
How do I make multiplayer games?
Thanks so much! I´m sure that I will use it. Can I take some of the scripts so I can add more things and make my game better? I made an engine for online multiplayer cloud games. Go into the scripts to draw sprites and stuff like that.
https://scratch.mit.edu/projects/73471942/
- LaiaPascual
-
25 posts
How do I make multiplayer games?
Thanks!
Last edited by LaiaPascual (Aug. 24, 2015 17:23:21)
- Discussion Forums
- » Questions about Scratch
-
» How do I make multiplayer games?