From b6e6710fc110a992a086d15b42f537e7f1d9aa9e Mon Sep 17 00:00:00 2001 From: mar77i Date: Tue, 20 Aug 2024 00:52:54 +0200 Subject: [PATCH] add elevator --- gitweb_configs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitweb_configs.py b/gitweb_configs.py index 9a6f60c..0223407 100755 --- a/gitweb_configs.py +++ b/gitweb_configs.py @@ -15,6 +15,7 @@ GITWEB_CONFIGS = { "bigintmandel": "Qt mandelbrot toy, with big integers only", "ga-cli": "Google authenticator for CLI", "musicbox": "Touchscreen piano with visualizaiton", + "elevator": "Pygame elevator toy", } -- 2.47.0