<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Examples on Agones</title>
    <link>/site/docs/examples/</link>
    <description>Recent content in Examples on Agones</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 03 Jan 2019 05:05:47 +0000</lastBuildDate><atom:link href="/site/docs/examples/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Custom Controller for Agones Game Servers</title>
      <link>/site/docs/examples/custom-controller/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/examples/custom-controller/</guid>
      <description>Prerequisite To get started, ensure the following prerequisites are met:
You have a running Kubernetes cluster.
Agones is installed on your cluster. Refer Agones guide.
(Optional) Review Custom Controller code to see the details of this example.
Create a Custom Controller Let&amp;rsquo;s create a custom controller on your cluster using the following command:
kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/release-1.44.0/examples/custom-controller/deployment.yaml When you run this command, it quickly sets up your controller by doing four things:</description>
    </item>
    
    <item>
      <title>Build and Run a Simple Game Server that Connects to an Inference Server</title>
      <link>/site/docs/examples/simple-genai-gameserver/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/examples/simple-genai-gameserver/</guid>
      <description>Setting up the GenAI Inference Server You will need a separate GenAI inference server. This example uses the Google for Games GenAI as its inference server. This particular inference server has the request structure for the /chat endpoint:
type GenAIRequest struct { Context string `json:&amp;#34;context,omitempty&amp;#34;` Prompt string `json:&amp;#34;prompt&amp;#34;` } (Optional) Modify the GenAIRequest Structure If you need a different request structure for your GenAI endpoint, you will need to clone or fork the Agones repository and modify the above GenAIRequest struct in main.</description>
    </item>
    
    <item>
      <title>Deploying and Running SuperTuxKart Server Using Agones</title>
      <link>/site/docs/examples/supertuxkart/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/examples/supertuxkart/</guid>
      <description>Prerequisite To get started, ensure the following prerequisites are met:
You have a running Kubernetes cluster.
Agones is installed on your cluster. Refer to the Agones guide for the instructions.
The SuperTuxKart client downloaded for gameplay. Download it from SuperTuxKart
(Optional) Review SuperTuxKart code to see the details of this example.
Create a Fleet Let&amp;rsquo;s create a Fleet using the following command:
kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/release-1.44.0/examples/supertuxkart/fleet.yaml You should see a successful output similar to this :</description>
    </item>
    
    <item>
      <title>Deploying and Running Xonotic Server Using Agones</title>
      <link>/site/docs/examples/xonotic/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/site/docs/examples/xonotic/</guid>
      <description>Prerequisite To get started, ensure the following prerequisites are met:
You have a running Kubernetes cluster.
Agones is installed on your cluster. Refer to the Agones guide for the instructions.
The Xonotic client downloaded for gameplay. Download it from Xonotic
(Optional) Review Xonotic code to see the details of this example.
Create a Fleet Let&amp;rsquo;s create a Fleet using the following command:
kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/release-1.44.0/examples/xonotic/fleet.yaml You should see a successful output similar to this :</description>
    </item>
    
  </channel>
</rss>
