🤖 AI Summary
            Pilgram is an open-source, AI-powered text-based idle MMO-RPG you play entirely through Telegram messaging — quests, guilds, minigames and spells are all driven by chat interactions. The main instance runs at @pilgram_bot, and the project (https://github.com/SudoOmbro/pilgram) showcases how conversational interfaces and lightweight AI logic can power persistent multiplayer gameplay inside a messaging platform. For the AI/ML community, Pilgram is a practical example of bringing agent-driven content and procedurally-managed worlds to a low-friction, social channel, enabling rapid iteration and community-driven content updates.
Technically, Pilgram is a Python app (requires Python >= 3.12). Game world and content live in content/content_meta.json, while runtime settings (tokens, intervals) are configured via settings.json (copy settings_template.json and replace XXX values). You can run it locally with a venv and python main.py for admin CLI access, or containerize with docker build -t pilgram and run the image. The repo includes a recommended systemd/socket deployment for a daemonized server using a FIFO at /run/pilgram.stdin (example service/socket files provided) and a small bash helper to send admin commands. This blend of simple config, admin tooling, and deployable architecture makes Pilgram a useful starting point for developers experimenting with AI-driven multiplayer experiences on messaging platforms.
        
            Loading comments...
        
        
        
        
        
            login to comment
        
        
        
        
        
        
        
        loading comments...
        no comments yet