JusticeShell is a fun, interactive command-line tool that lets you create dialogue between DC Comics characters.
# Clone the repository
git clone https://github.com/NathanCordeiro/JusticeShell
cd JusticeShell- Open Command Prompt or PowerShell
- Navigate to the extracted/cloned directory:
cd path\to\JusticeShell- Build the executable:
go build -o JusticeShell.exe- Run the program:
# From the same directory
JusticeShell.exe --speaker batman --message "I am vengeance!"
# To have characters talk to each other
JusticeShell.exe --speaker joker --message "Why so serious?" --respond batman- Open Terminal
- Navigate to the extracted/cloned directory:
cd path/to/JusticeShell- Build the executable:
go build -o JusticeShell- Run the program:
# From the same directory
./JusticeShell --speaker batman --message "I am vengeance!"
# To have characters talk to each other
./JusticeShell --speaker joker --message "Why so serious?" --respond batman- batman
- joker
- superman
- wonder_woman
--speaker: Choose the speaking character (default: "batman")--message: Set the character's dialogue (default: "I am vengeance!")--respond: Optional: Have another character respond
Batman monologue:
./JusticeShell --speaker batman --message "The night is darkest before the dawn."Joker taunting Batman:
./JusticeShell --speaker joker --message "Let's put a smile on that face!" --respond batmanSuperman inspiring hope:
./JusticeShell --speaker superman --message "Up, up and away!"- Inspired by the classic
cowsayUnix program - ASCII art adapted from various sources