Skip to content

Commit

Permalink
Second review.
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Oct 13, 2020
1 parent 5134ddd commit f08335e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
27 changes: 15 additions & 12 deletions site/content/en/docs/Prerequisite Knowledge/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions site/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f08335e

Please sign in to comment.