From f08335e5385119096fa3fc88a370be10f2a26632 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 13 Oct 2020 16:40:33 -0700 Subject: [PATCH] Second review. --- site/content/en/docs/Overview/_index.md | 2 +- .../en/docs/Prerequisite Knowledge/_index.md | 27 ++++++++++--------- site/content/en/docs/_index.md | 4 +-- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/site/content/en/docs/Overview/_index.md b/site/content/en/docs/Overview/_index.md index eafcf0b388..00535dce70 100644 --- a/site/content/en/docs/Overview/_index.md +++ b/site/content/en/docs/Overview/_index.md @@ -54,7 +54,7 @@ Participation in this project comes under the {{< ghlink href="code-of-conduct.m ## What Next? - Review our [Prerequisite Knowledge]({{% ref "/docs/Prerequisite Knowledge/_index.md" %}}). Especially if the above - sounds fantastic, but you aren't yet familiar with technology like Kubernetes, or terms such as "Game Servers". + sounds fantastic, but you aren't yet familiar with technology like Kubernetes or terms such as "Game Servers". - Have a look at our [installation guides]({{< ref "/docs/Installation/_index.md" >}}), for setting up a Kubernetes cluster and installing Agones on it. - Go through our [Quickstart Guides]({{< ref "/docs/Getting Started/_index.md" >}}) to take you through setting up a simple game server on Agones. diff --git a/site/content/en/docs/Prerequisite Knowledge/_index.md b/site/content/en/docs/Prerequisite Knowledge/_index.md index 1541be457f..ec58939d78 100644 --- a/site/content/en/docs/Prerequisite Knowledge/_index.md +++ b/site/content/en/docs/Prerequisite Knowledge/_index.md @@ -48,22 +48,11 @@ areas before getting started with Agones: ### Resources -* [You should totally read this comic, and interactive tutorial](https://cloud.google.com/kubernetes-engine/kubernetes-comic/) +* [You should totally read this comic and interactive tutorial](https://cloud.google.com/kubernetes-engine/kubernetes-comic/) * [Kubernetes basics](https://kubernetes.io/docs/tutorials/kubernetes-basics/) * [Katacoda's free, interactive Kubernetes course](https://www.katacoda.com/courses/kubernetes) * [Kubernetes concepts, explained](https://kubernetes.io/docs/concepts/) -## Game Engine - -If you are building a multiplayer game, having some knowledge of a game engine is a requirement. There are multiple -possible solutions, but the engines that have out of the box SDK's for Agones are: - -* [Unity](https://unity.com/) -* [Unreal](https://www.unrealengine.com/) - -While you can integrate other engines with Agones, if you are new to developing on a game engine, you may want to -start with the above. - ## Dedicated Game Servers Agones is a platform for dedicated game servers for multiplayer games. If "dedicated game servers" is a term that is not @@ -75,3 +64,17 @@ Agones: * [Dedicated Game Servers, Drawn Badly (video)](https://www.youtube.com/watch?v=Nl_FIGFtYdc) * [What Every Programmer Needs To Know About Game Networking](https://gafferongames.com/post/what_every_programmer_needs_to_know_about_game_networking/) * [Game Server (wikipedia)](https://en.wikipedia.org/wiki/Game_server) +* {{< ghlink href="examples/simple-game-server" >}}Example simple gameserver that responds to UDP and/or + TCP commands{{< /ghlink >}} + +## Game Engine + +If you are building a multiplayer game, you will eventually need to understand how your +[game engine](https://en.wikipedia.org/wiki/Game_engine) will integrate with Agones. +There are multiple possible solutions, but the engines that have out of the box SDK's for Agones are: + +* [Unity](https://unity.com/) +* [Unreal](https://www.unrealengine.com/) + +While you can integrate other engines with Agones, if you are new to developing on a game engine, you may want to +start with the above. \ No newline at end of file diff --git a/site/content/en/docs/_index.md b/site/content/en/docs/_index.md index ad6cc0f84f..0bc6a91816 100755 --- a/site/content/en/docs/_index.md +++ b/site/content/en/docs/_index.md @@ -13,10 +13,10 @@ Release version: {{< release-version >}} These pages show you how to get up and running as quickly as possible in Agones. -If you are new to Agones, start with [Overview]({{< relref "./Overview/_index.md" >}}), to get familiar with Agones' +If you are new to Agones, start with [Overview]({{< relref "./Overview/_index.md" >}}) to get familiar with Agones' features and services. -The [Installation]({{< relref "./Installation/_index.md" >}}) guide, will take you through creating a Kubernetes +The [Installation]({{< relref "./Installation/_index.md" >}}) guide will take you through creating a Kubernetes cluster and getting Agones installed. The [Getting Started]({{< relref "./Getting Started/_index.md" >}}) section will have your