From 59d8905c6791e89c371e617edff4fe1bdba7c234 Mon Sep 17 00:00:00 2001 From: Paul Craven Date: Sat, 16 Dec 2023 10:15:41 -0600 Subject: [PATCH] Update --- doc/example_code/sample_games.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/example_code/sample_games.rst b/doc/example_code/sample_games.rst index 5ec7acdc3..b8dac2ea6 100644 --- a/doc/example_code/sample_games.rst +++ b/doc/example_code/sample_games.rst @@ -13,6 +13,14 @@ You also might want to check out sample Arcade games from: * :ref:`concept_games` * :ref:`platformer_tutorial` +BoxHead +~~~~~~~ + +.. image:: https://img.itch.zone/aW1hZ2UvMjM1MTM4Mi8xMzkyODQ1Ni5qcGc=/original/YI7uLX.jpg + :width: 560px + +- GitHub: Unchained112/BoxHead2D: A top-down shooter game dev with Python Arcade (github.com) +- itch io: BoxHead Survivor by Unchain (itch.io) Temporum ~~~~~~~~