From 6046309d555bcc86462db4d306447d676ee6370d Mon Sep 17 00:00:00 2001 From: deggja Date: Sat, 17 Feb 2024 02:57:04 +0100 Subject: [PATCH] feat: add asciinema demo to readme Signed-off-by: deggja --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c740df..11f083b 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Use the arrow keys to navigate the snake around the screen: - **Left arrow** - Move left - **Right arrow** - Move right +[![asciicast](https://asciinema.org/a/Q4usmR4HB8LhHojJA9qJeQmdX.svg)](https://asciinema.org/a/Q4usmR4HB8LhHojJA9qJeQmdX) + ## Kubernetes interaction Serpent will require access to your Kubernetes cluster. Ensure your `kubeconfig` is set up correctly before starting the game. The application currently expects the kubeconfig at its default location.