github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/dos-games/README.md (about) 1 import ExampleYAML from "@site/src/components/ExampleYAML"; 2 3 # Retro Arcade 4 5 This example provides the basis for Jackal's [Retro Arcade](../../docs/5-jackal-tutorials/3-deploy-a-retro-arcade.md) tutorial. It deploys a Dos Games arcade into the cluster and provides an easy way to connect and play games. 6 7 :::note 8 9 In this example, there is no requirement for a "GitOps" service; Jackal is only showing off its ability to act as a standard means of packaging, distribution, and deployment runtime. 10 11 ::: 12 13 ## `jackal.yaml` {#jackal.yaml} 14 15 :::info 16 17 To view the example in its entirety, select the `Edit this page` link below the article and select the parent folder. 18 19 ::: 20 21 <ExampleYAML src={require('./jackal.yaml')} showLink={false} />