From 96b81b2da6fb9e999c17c0a007ce6a01145a329e Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 29 Nov 2025 17:48:40 +0100 Subject: [PATCH] gnu: Add renpy-tutorial. * gnu/packages/game-development.scm (renpy-tutorial): New variable. --- gnu/packages/game-development.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 51e83a9a8a0e5202241189868cce7f9c46d551b9..b00b99b91655a4b6fe0289a20486f38719965e8c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1931,6 +1931,18 @@ your Ren'py installation works, similar to a \"Hello World\" program in other programming languages.") (license license:expat))) +(define-public renpy-tutorial + (package + (inherit renpy) + (name "renpy-tutorial") + (build-system renpy-build-system) + (arguments (list #:game "the_question/game")) + (native-inputs (list xorg-server-for-tests)) + (synopsis "Tutorial for Ren'py") + (description "This package provides an interactive tutorial for the Ren'py +visual novel engine, explaining all of its features.") + (license license:expat))) + (define-public python-pyxel ;; Note to updaters: Use commit and revision even if you're bumping ;; to a release, as upstream is known to "reuse" tags.