Rule-based adventure game

Rule-based adventure game Used AI

6 devlogs
1h 22m
Created by Begad

A rule-based, text-driven adventure game where players progress through interactive scenarios by making choices that follow predefined logic. The game features multiple story paths and endings, all presented through a simple command-line interface. It highlights conditional decision-making and interactive storytelling using basic Python programming principles.

Timeline

Ship 1

0 payouts of shell 0 shells

Begad

about 2 months ago

Begad Covers 6 devlogs and 1h 22m

I finalized the story, tested the game, and checked for any errors. It is done!!

Update attachment

Completing game chronological order and following logic.

Update attachment

I started the game scenario and followed the chronological order of the story.

Update attachment

I spent about 15 minutes declaring final variables then I started the main loop of the game.

Update attachment

I spent 10 minutes defining the rest of the game essential functions

Update attachment

I about 15 minutes defining some variables and creating the base functions of the game

Update attachment
Javahn Javahn about 2 months ago
Not hate but you really need to fix your code. It looks genuinely cursed and it hurts to look at.