FallenSun

[Video Game] [In development]

About the project

FallenSun is a text-based role-playing game that I have been developing solo for several months. I put as much emphasis as possible on the development methods I learned during my Computer Graphics degree, including SOLID principles and TDD (Test Driven Development). The game was initially planned entirely in C++ with a modular architecture to facilitate adding new features; however, after discovering Qt and the possibilities this tool offered, I changed my philosophy and started from scratch on the software design. The gameplay and story emphasize player choices, in the style of 'choose your own adventure' books for which I have great affection. The game is still in development, but a playable demo will be available soon.

Why this project?

I started creating this project to fulfill one of my goals: create a retro-style video game. I see it as a continuation of the role-playing campaigns I run and as an opportunity to create a concrete project from A to Z.