Skip to content

Instantly share code, notes, and snippets.

View bpavuk's full-sized avatar
🌚
just watching

Bodya bpavuk

🌚
just watching
View GitHub Profile
@bpavuk
bpavuk / procedura.py
Created March 25, 2025 17:35
Gemini 2.5 Pro test - Procedura RPG
# Single file Text Adventure Game: Procedural Worlds & Rule-Based Foes
# Standard Library Only - Python Implementation
import random
import sys
import textwrap # For wrapping long descriptions
import time # Optional: for slight pauses
# --- Constants ---
DIRECTIONS = ["north", "south", "east", "west"] # Basic directions