OCA99 / ResearchProject-Dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialog System Research

Description

This is the dialog systems research task for the Project 2 course of the Video Game Design degree at CITM Barcelona. In this repository you will find information on dialog systems and a C++ implementation of a basic dialog system.

The objective of my work is to provide an easy and scalable solution for integrating written dialog into an RPG game. The provided solution includes an implementation of a dialog tree that allows for linear and forking paths, and provides a method to modify game state depending on the player's choices.

Author

My name is Oscar Cuatrecasas and I am a student from CITM Barcelona. I am conducting this research project as a required task for the Project 2 course in the Video Game Design and Development Degree.

Relevant links

About

License:MIT License


Languages

Language:C++ 99.7%Language:C 0.3%