// cargo add figrs
use figrs::{Figlet, FigletOptions};
fn main() {
let options = FigletOptions {
font: "Doom".to_string(),
..FigletOptions::default()
};
let figlet = Figlet::text("infinixius".to_string(), options).unwrap();
println!("{}", figlet.text);
}
// _ __ _ _ _
// (_) / _|(_) (_) (_)
// _ _ __ | |_ _ _ __ _ __ __ _ _ _ ___
// | || '_ \ | _|| || '_ \ | |\ \/ /| || | | |/ __|
// | || | | || | | || | | || | > < | || |_| |\__ \
// |_||_| |_||_| |_||_| |_||_|/_/\_\|_| \__,_||___/
Pinned Loading
-
lucifer-legacy
lucifer-legacy Public archiveRoguelite multiplayer hack 'n slash dungeon crawler created for our school's 2021-2022 year long project.
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.