Уровень 0 · материалов: 2
В кластер входят документы о технической реализации текстовых приключенческих игр, но не входят документы об анализе тональности отзывов с помощью нейросетей.
Общие признаки: создание текстовых квестов, инструменты разработки игр, генерация текста и сценарии
Группа выше: Нестандартные игры и доведение до релиза
Смысл: The main idea is to demonstrate the technical possibility of creating a Russian-language generative text adventure by fine-tuning small-scale GPT models (ruGPT2) on a hybrid dataset of translated CYOA texts and gaming dialogues.
The author created a Russian-language version of AI Dungeon using ruGPT2 and a mix of translated CYOA data and Gothic game dialogues.
Смысл: The main idea is to demonstrate that creating a professional-grade, cross-platform text adventure is accessible using the Ren'Py engine, combining easy scripting for narrative with the power of Python for complex game mechanics.
A technical guide explaining why Ren'Py is an ideal engine for text-based games and how to implement basic characters, branching plots, and project organization.