From b739bb2f379d067e8a5ec03e2da96dd157800cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Fri, 24 Nov 2023 13:07:11 +0100 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5e9d4b5..d16b77c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # meteors + An example 2D game made with Go and Ebitengine. + +[Play it online!](https://threedotslabs.github.io/meteors/) + +See the post: [Making Games in Go for Absolute Beginners](https://threedots.tech/post/making-games-in-go/).