Developing turn-based multiplayer games : with GameMaker Studio 2 and NodeJS /
Create your first turn-based multiplayer game using GameMaker Studio 2s built-in networking functions as well as using a simple NodeJS server. This book introduces you to the complexities of network programming and communication, where the focus will be on building the game from the ground up. You w...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress,
2018.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Chapter 1: An introduction to Game Maker Studio 2
- Chapter 2: : Introduction to GML
- Chapter 3: Make your first game
- Chapter 4: An introduction to Node.JS
- Chapter 5: Talking to your server
- Chapter 6: Introducing the multiplayer game.