Book Image

Lua Game Development Cookbook

By : Mario Kasuba, Mário Kašuba
Book Image

Lua Game Development Cookbook

By: Mario Kasuba, Mário Kašuba

Overview of this book

Table of Contents (16 chapters)
Lua Game Development Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 9. Sounds and Networking

This chapter will cover the following topics:

  • Initializing the audio subsystem

  • Playing sound samples

  • Playing the background music

  • Network communication with ZeroMQ

  • Creating a basic client-server architecture

  • Sending messages to many hosts at once

  • Communication between threads