From 4b411d642aaff0802211e42ca98280dd403296be Mon Sep 17 00:00:00 2001 From: 44mira Date: Mon, 3 Mar 2025 11:49:37 +0800 Subject: [PATCH] Update 'Games Made with Arcade' link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d34d08d9..fe2c795769 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is ideal for beginning programmers or programmers who want to create 2D games without learning a complex framework. [pyglet]: https://github.com/pyglet/pyglet -[Games Made with Arcade]: https://api.arcade.academy/en/latest/community/games/sample_games.html +[Games Made with Arcade]: https://api.arcade.academy/en/latest/community/games/index.html Arcade is built on top of [pyglet][] and OpenGL. See [Games Made with Arcade][] for example game jam entries and more.