A downloadable game for Windows

Download NowName your own price

Welcome to Love After Undeath, a monster dating action-RPG in early development!

This is a work-in-progress pre-alpha build, and your feedback is incredibly helpful. Please report any bugs or suggestions!

⚠️ Note: This project originally featured NSFW content. Due to recent changes in Itch.io's guidelines, explicit content has been removed from the public version. As of v0.026, the Gallery is currently locked. Future updates may reintroduce this feature through alternative platforms or revised content.

💕 What’s in the game so far?

  • A charming village filled with unique monster NPCs, each with their own personalities, dialogue, and schedules.

  • A basic inventory and item system, including recovery items.

  • Day/Night cycle with time-sensitive interactions.

  • Auto-save functionality.

  • 3 dungeon levels with simple enemy encounters. (More variety coming soon!)

  • Delivery mini-jobs and a shop system.

🌟 Meet the Residents (so far):

  • Minerva Swamp – A nephilim who runs the consumable shop.

  • Iris Castellanos – A tough but warmhearted dragon blacksmith.

  • Bec Santus – A stoic paladin mummy with a heroic past.

  • Wendy Woods – A book-loving wendigo who manages the library.

  • Cherry Baba – The town's bubbly slime president.

  • Fang Pawsley – A lazy catboy who delivers packages… when he feels like it.

  • Mr. G – A greedy goblin photographer now running the local photo shop.

🔮 What’s next?

  • More characters, deeper dialogue trees, and romance paths.

  • Expanded dungeons with unique themes and bosses.

  • Gallery feature (returning later in some form).

  • Character storylines and MC backstory progression.

  • Tighter combat mechanics and enemy variety.

📖 The Premise

You are the last descendant of Jaime Trejo, a smooth-talking ghost hunter who made his fortune through shady (and possibly supernatural) means. After an untimely death, you wake up mysteriously revived in a strange village—one inhabited entirely by monster girls and boys.

Romance, mystery, and monster drama await in this quirky undead love story!

💌 Stay in Touch

This game is a solo dev passion project!
If you enjoy the game, please consider leaving a comment or sharing it with friends.
Your feedback helps shape the future of Love After Undeath!


🧠 About the Use of Artificial Intelligence in Love After Undeath

During the development of Tezcatlipoca, artificial intelligence (AI) has played a key role as a support tool. It is not used to automatically generate content or replace human creativity, but rather to polish, correct, and improve the work I do as a solo indie developer.

🛠️ How is AI used in this project?

  • Coding:
    My programming experience is limited, and I mostly work with simple structures like if and match. Godot Engine has been very friendly and accessible, but in many cases, I turn to AI (such as ChatGPT) to help me write more efficient code and learn better practices.

    For example, when I want to enable or disable shadows in the game, I might write something like this:

    gdscript
    CopiarEditar
    func shadows():     
    if Global.shadows:        
    $DirectionalLight3D.shadow_enabled = true         
    $DirectionalLight3D2.shadow_enabled = true     
    else:       
    $DirectionalLight3D.shadow_enabled = false         
    $DirectionalLight3D2.shadow_enabled = false 
    

    Then, I ask the AI for suggestions on how to improve it, and it offers a more concise version like:

    gdscript
    CopiarEditar
    func shadows():     
    var lights = [         
    $DirectionalLight3D,         
    $DirectionalLight3D2,     ]     
    for light in lights:         
    light.shadow_enabled = Global.shadows 
    

    This kind of assistance helps me learn and refine my code as the project grows.

  • Dialogue:
    All character dialogues are written by me. However, I use AI to help correct spelling and grammar mistakes, and to make the lines more consistent or emotionally impactful—while keeping my original intent.

    For example, I might write:

    Valla valla! pero si eres la hioja del traidor!, Veniste a corregir el error de tu padre?

    And the AI helps me polish it into something like:

    ¡Vaya, vaya! La hija del traidor...
    ¿Qué haces aquí? ¿Has vuelto para corregir el error de tu padre?
  • Translation and Localization:
    AI is also essential in the English translation process. While I can understand written English well enough, I lack the fluency to confidently catch grammar mistakes, awkward phrasing, or typos in my own translations. With the help of AI, I can revise and polish the texts to ensure they’re accurate and engaging for international players.

Download

Download NowName your own price

Click download now to get access to the following files:

LoveAfterDeath.zip 186 MB