Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 459 Bytes

File metadata and controls

12 lines (9 loc) · 459 Bytes

Simple C++ Example

This is a very simple "server" that doesn't do much other than show how the SDK works in C++.

It will

  • Setup the Agones SDK
  • Call SDK::Ready() to register that it is ready with Agones.
  • Every 10 seconds, write a log saying "Hi! I'm a Game Server"
  • After 60 seconds, call SDK::Shutdown() to shut the server down.

Building

Depends on the sdks/cpp SDK and its dependencies have been compiled and installed.