No description
Find a file
2025-11-22 22:17:19 -06:00
marvin_sw_text_adventure wip 2025-11-22 22:17:19 -06:00
tests init 2023-05-15 11:37:32 -05:00
.gitignore format and fix 2023-05-18 08:38:50 -05:00
.marvin-sw-text-adventure-copier-answers.yml init 2023-05-15 11:37:32 -05:00
CHANGELOG.md init 2023-05-15 11:37:32 -05:00
character.json wip 2025-11-22 22:17:19 -06:00
LICENSE.txt init 2023-05-15 11:37:32 -05:00
Operation Shadow Hand-Kara Bright-4-Kashyyyk-General_Rieekan.txt add example game 2023-05-15 20:11:51 -05:00
Operation Shadow Strike-Nuvia Carovia-3.txt wip 2025-11-22 22:17:19 -06:00
Operation Stardust Game-Kallia-f7b2c36e-441d-43b1-8d2f-07a5c04ac8c6.txt wip 2025-11-22 22:17:19 -06:00
pyproject.toml wip 2025-11-22 22:17:19 -06:00
README.md update readme 2023-05-15 20:15:20 -05:00
Star Wars wip 2025-11-22 22:17:19 -06:00
Star Wars Adventure-Zeru-SWA-12345.txt wip 2025-11-22 22:17:19 -06:00
Star Wars Game-Darth Vader-12345.txt wip 2025-11-22 22:17:19 -06:00
Star Wars Game-Marvin-SW123.txt wip 2025-11-22 22:17:19 -06:00
The Heist on Taris-Xylopiwo-23THT.txt wip 2025-11-22 22:17:19 -06:00

Marvin Star Wars Text Adventure

A text adventure game using @askmarvinai

Installation

pip install git+https://github.com/waylonwalker/marvin-sw-text-adventure.git
# or with pipx
pipx install git+https://github.com/waylonwalker/marvin-sw-text-adventure.git
# or with hatch
git clone https://github.com/waylonwalker/marvin-sw-text-adventure/
hatch run game

Run

run the game

sw-adventure game run

Example Mission

[19:45:13] Starting game                                              game.py:30
generating your character
╭─ Kara Bright's Mission Card ─────────────────────────────────────────────────╮
│        Kara Bright                    │ Kara Bright was born in the          │
│   health           │ 100              │ bustling city planet of Coruscant.   │
│   imperial credits │ 500              │ Growing up, she witnessed the        │
│   fuel level       │ 100              │ corruption and greed of the          │
│                                       │ Imperial government. Despite the     │
│                                       │ danger, she joined an underground    │
│                                       │ resistance movement at a young age,  │
│                                       │ fighting to overthrow the            │
│                                       │ oppressive regime. She quickly rose  │
│                                       │ through the ranks and became a       │
│                                       │ skilled fighter and leader. Her      │
│                                       │ ultimate goal is to bring peace and  │
│                                       │ justice to the galaxy.               │
│                                       │                                      │
│       Firefly                         │ A small, speedy ship with enough     │
│   year built │ 10                     │ cargo space to transport a small     │
│   capacity   │ 4                      │ crew and their gear.                 │
│   fuel level │ 100                    │                                      │
│                                       │                                      │
│         Operation Shadow Hand         │ The Empire is developing a new       │
│   place  │ Imperial Base on Kashyyyk  │ weapon on Kashyyyk. We need to       │
│   year   │ 4                          │ infiltrate the base and destroy it   │
│   risk   │ 50 hp                      │ before they can use it against the   │
│   reward │ 1000 credits               │ Rebellion. Watch out for Imperial    │
│   leader │ General Rieekan            │ troops and dangerous wildlife on     │
│                                       │ the planet.                          │
╰──────────────────────────────────────────────────────────────────────────────╯

License

marvin-sw-text-adventure is distributed under the terms of the MIT license.