gitwtfhub

wtf is lifeverse?

terranceafton/lifeverse — explained in plain English

Analysis updated 2026-05-18

0C#Audience · developerComplexity · 3/5Setup · moderate

TL;DR

LifeVerse is an early pre-alpha life simulation game in Unity 6, similar in spirit to The Sims, with most features still on the roadmap.

Mindmap

mindmap
  root((LifeVerse))
    What it does
      Life simulation game
      Character interaction
      Open world building
    Tech stack
      Unity 6
      C#
      Cinemachine
    Use cases
      Play a Sims like game
      Follow early game dev progress
      Study Unity game architecture
    Audience
      Game players
      Unity developers
    Status
      Pre-alpha
      Version 0.2
      Core engine 60 percent

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Follow the development progress of an early stage Sims-like life simulation game.

REASON 2

Study how a Unity project structures bootstrap, service, and character systems.

REASON 3

Track the roadmap for upcoming NPC AI, careers, and relationship features.

REASON 4

Reference the project as an example of a phased Unity game development plan.

What's in the stack?

UnityC#CinemachineTextMeshPro

How it stacks up

terranceafton/lifeverseanulman/docx-saxatrblizzard/vtmb-sbox-mounter
Stars000
LanguageC#C#C#
Setup difficultymoderatemoderatemoderate
Complexity3/54/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 1h+

No setup instructions are given, requires Unity 6 and is still pre-alpha.

The README does not state a license.

Wtf does this do

LifeVerse is a life simulation game being built in Unity 6, inspired by games like The Sims. The README describes an ambitious long term vision that includes deeper AI, life progression, personalities, relationships, careers, and an open interactive world, but the project is explicitly labeled pre-alpha, currently at version 0.2, so most of that vision is still on the roadmap rather than finished. The README lays out development status in clear detail. Already completed pieces include the core engine's bootstrap and service systems, scene management, a configuration and logging setup, a character framework with basic profiles, a time and needs simulation system, a third person character controller with sprinting and gravity using Cinemachine for the camera, and a basic interaction system where the player can interact with objects using the keyboard. Currently in progress are furniture interaction, a sitting system, and animations. Planned but not yet started features include a bed and sleep system, doors, a world creation tool called Create-a-Verse, a build mode, NPC AI, relationships, careers, skills, personality, memories, an economy, and housing. The README includes progress bars estimating each area's completion: the core engine is about 60 percent done, gameplay systems about 30 percent, world building about 5 percent, and content creation has not started. It also lays out a five phase roadmap, moving from engine foundation and gameplay foundation, which are marked complete, through a living world phase that is in progress, to a life simulation phase and a world expansion phase that includes possible future multiplayer, both still upcoming. The technical stack is Unity 6 with C#, using Cinemachine for camera work and TextMeshPro for text rendering, with the project tracked in Git on GitHub. The README does not include setup or installation instructions, and does not state a license.

Yoink these prompts

Prompt 1
Explain what has been built so far in LifeVerse and what is still planned.
Prompt 2
Show me how a third-person character controller with Cinemachine might be structured in Unity.
Prompt 3
Summarize LifeVerse's five phase development roadmap in plain terms.
Prompt 4
Help me understand the core engine architecture described in this README, like the service registry.

Frequently asked questions

wtf is lifeverse?

LifeVerse is an early pre-alpha life simulation game in Unity 6, similar in spirit to The Sims, with most features still on the roadmap.

What language is lifeverse written in?

Mainly C#. The stack also includes Unity, C#, Cinemachine.

What license does lifeverse use?

The README does not state a license.

How hard is lifeverse to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is lifeverse for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.