encompass-cs-docs/content/pong/introduction.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2019-05-23 19:54:38 +00:00
---
title: "Intro"
date: 2019-05-23T11:03:45-07:00
weight: 5
---
Everyone has played, or at least heard of, Pong. Right? Right...
![pong](/images/pong.png)
2020-03-02 08:26:36 +00:00
Pong was one of the first video games ever created and as such, it is extremely simple. We're introducing a lot of new concepts with Encompass and the MECS architecture, so I think it's a good choice to try re-implementing this game in Encompass as an example.
2019-05-23 19:54:38 +00:00
2020-07-12 01:19:31 +00:00
We'll be developing this with the Encompass/FNA starter pack. Go ahead and [set that up]({{< ref "case_study_fna" >}}) if you haven't already so you can follow along. And please do follow along - you can do it!
2019-05-29 04:05:36 +00:00
{{% notice tip %}}
I recommend following along with the tutorial by actually typing out the code rather than cut-and-pasting. You'll be able to follow the structure of what's happening much better. Think of it like taking notes.
{{% /notice %}}
2020-07-12 01:19:31 +00:00
If at any point you become confused in the tutorial, feel free to ask questions in our [Discord server](https://discord.gg/ZYE88fK) or file an issue report on our [Gitea Issues page](https://gitea.moonside.games/MoonsideGames/encompass-cs-docs/issues). You can also take a look at the exact tutorial code in the [GitHub repo](https://github.com/encompass-ecs/encompass-pong-example).