A bitlife like lifesim in the cli written completely in rust
Welp its everything cuz i do not know anything about rust
A bitlife like lifesim in the cli written completely in rust
Welp its everything cuz i do not know anything about rust
LifeSim CLI is a terminal-based life simulation game written in Rust.
The player starts at age 0 and makes yearly decisions that affect their stats, shaping their life until death or old age.
The project was built as a lightweight BitLife-inspired simulator using only a command-line interface.
The goal was to simulate a simplified human life using:
Each decision affects stats differently.
Each option changes stats and simulates real-life tradeoffs.
Each year, a random event may occur:
The game ends if:
A rare event where the playerโs age can decrease due to a โtimeline glitch,โ adding unpredictability to gameplay.
std::io for input handlingrand crate for randomnessThe game is structured as a single-loop CLI application:
rand crate)(Insert screenshot or GIF of gameplay here)
Project is currently in early development but fully playable with core mechanics implemented.car
Log in to leave a comment