Похожие презентации:
How to create a multiplayer online game
1.
How to create amultiplayer online game
Pilipeyko Alexander
Transbaikal State University, ICS
2.
So, what's the plan?1) Choose a suitable game engine
2) Study the official engine documentation
3) Explore tutorials on the Internet
4) Doing
5) Obstacle encounter
6) Be patient
7) Hooray we created an online game!
3.
Choosing a game engine4.
construct 3pros
Easy to learn
Does not require knowledge
of programming languages
But you can also use
JavaScript
Export to multiple platforms
cons
No 3D
Subscription-based payment
5.
tutorials and documentation6.
How multiplayer worksTHE CHAOS OF THE INTERNET
7.
obstacle encounter and solution1) Multiplayer is difficult and game creation in general
2) Few tutorials about creating multiplayer
3) Connection and ping problems