软件包:renpy(8.2.3+dfsg-1)
framework for developing visual-novel type games
Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games.
Ren'Py tries to be like an executable script, allowing you to get a working game without much more effort than is required to type the game script into the computer.
Ren'Py is implemented on top of Python, and that Python heritage shows through in many places. Many Ren'Py statements allow Python expressions to be used, and there are also Ren'Py statements that allow for the execution of arbitrary Python code. Many of the less-used features of Ren'Py are exposed to the user by way of Python. By only requiring use of the simplest features of Python, it's hoped that Ren'Py will be usable by all game authors.
其他与 renpy 有关的软件包
|
|
|
|
-
- dep: fonts-dejavu-core
- 带扩展字符的 Vera 字体族
-
- dep: fonts-motoya-l-cedar
- Japanese Truetype font, Motoya L Cedar
-
- dep: fonts-nanum
- Nanum Korean fonts
-
- dep: fonts-roboto-hinted
- Google's signature family of fonts (transitional package)
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-ecdsa
- ECDSA cryptographic signature library (Python 3)
-
- dep: python3-pefile
- Portable Executable (PE) parsing module for Python
-
- dep: python3-pygame-sdl2
- reimplementation of the Pygame API using SDL2
-
- dep: python3-renpy (>= 8.2.3+dfsg-1)
- framework for developing visual-novel type games - Python module
-
- rec: python3-six
- Python 2 and 3 compatibility library
-
- rec: python3-tk
- Tkinter - Writing Tk applications with Python 3.x
-
- rec: zenity
- Display graphical dialog boxes from shell scripts