The indie adult gaming scene has shifted heavily toward interactive, high-fidelity experiences, and is a prime example. Developed in the Unity engine by solo developer Alwiane, this project reimagines the original text-based adventure into a vibrant, 3/4 top-down RPG.

This report covers the initial push from , showcasing the move from a blank screen to a functional, playable prototype. Day 1: Project Setup and Character Controller Basics

The first three days proved that the core loop—exploration, tension, and consequence—worked. However, as seen in the April 2025 Public updates, the journey from a "Unity2D project" to a polished "Malevolent Planet" is paved with community feedback and endless bug reports.

using UnityEngine;

Your primary objective on Day 1 is preparation before darkness falls. When you spawn, the environment is relatively calm, but this safety is temporary. Immediate Spawn Actions

Implemented a basic enemy AI using pathfinding to chase the player. The enemies are designed to be fast, forcing the player to constantly move.

The game is explicitly designed for an adult audience, featuring high-definition (HD) illustrations and animations that are core to the experience.

Utilized URP’s 2D lighting features to create a "flashlight" effect, where the player can only see what is in front of them, creating high-tension exploration.

The developer frequently uses these initial days to address common complaints, such as the lack of a save system in demo builds or "naked chibi" flickering during transitions. Gallery System:

: An integrated gallery system unlocks character artwork, alien designs, and event animations as you uncover different story paths. Day-by-Day Gameplay Breakdown

In the world of indie devlogs, "Day 1 to Day 3" often refers to the critical initial phase of a specific update or build's lifecycle. For , early public releases like the Day 1.0 Garden Build established the foundation for future content:

Malevolent Planet 2D - Day 1 to Day 3: From Academy to the Abyss