From 5f2dea1a41cf013f1f401ee05d0adfd4d4a5617b Mon Sep 17 00:00:00 2001 From: Daniel E Date: Sun, 24 Mar 2024 22:08:52 -0600 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87dbca4..d14cdec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # entt_asteroids -![asteroids](./resources/gameplay.gif) +[![asteroids](./resources/gameplay.gif)](https://youtu.be/8LKhvwPE0EY) An ecs asteroids prototype implemented using [EnTT](https://github.com/skypjack/entt) and [Raylib](https://github.com/raysan5/raylib).