From 94839ce72c7013ff065777b4487a97aedbff51b1 Mon Sep 17 00:00:00 2001 From: jpdm13 <123575215+jpdm13@users.noreply.github.com> Date: Sun, 23 Feb 2025 02:01:45 +0100 Subject: [PATCH] perdu this is from THE GAME where if you think about the game or say lost you lose, but in french version / someday i will put it in english --- frames/hello.go | 148 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 frames/hello.go diff --git a/frames/hello.go b/frames/hello.go new file mode 100644 index 0000000..274dd12 --- /dev/null +++ b/frames/hello.go @@ -0,0 +1,148 @@ +package frames + +var Hello = DefaultFrameType(HelloFrames) + +var HelloFrames = []string{ +` +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +...______.......______.......______......._____........__ __....................................... +..| __ |.....| ____|.....| __ |.....| __ \......| || |....|..|..|..|........................ +..| |__| |.....| |____......| |__| |.....| | | |.....| || |....|..|..|..|........................ +..| ____|.....| ____|.....| _ _|.....| | | |.....| || |....|..|..|..|........................ +..| |..........| |____......| |.\ \......| |__| |.....| \/ |....|..|..|..|........................ +..|_|..........|______|.....|_|..\_\.....|_____/......\______/....o..o..o..o........................ +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +....................................................................................................', + +` +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +...________......................................................................................... +..| __ |........................................................................................ +..| | | |....______.......______......._____........__ __....................................... +..| |__| |...| ____|.....| __ |.....| __ \......| || |....|..|..|..|........................ +..| ____|...| |____......| |__| |.....| | | |.....| || |....|..|..|..|........................ +..| |........| ____|.....| _ _|.....| | | |.....| || |....|..|..|..|........................ +..| |........| |____......| |.\ \......| |__| |.....| \/ |....|..|..|..|........................ +..|___|........|______|.....|_|..\_\.....|_____/......\______/....o..o..o..o........................ +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +....................................................................................................', + +` +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +...________.....________............................................................................ +..| __ |...| |........................................................................... +..| | | |...| ____|....______......._____........__ __....................................... +..| |__| |...| |____....| __ |.....| __ \......| || |....|..|..|..|........................ +..| ____|...| ____|...| |__| |.....| | | |.....| || |....|..|..|..|........................ +..| |........| |____ ...| _ _|.....| | | |.....| || |....|..|..|..|........................ +..| |........| |...| |.\ \......| |__| |.....| \/ |....|..|..|..|........................ +..|___|........|________|...|_|..\_\.....|_____/......\______/....o..o..o..o........................ +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +....................................................................................................', + +` +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +...________.....________.....________............................................................... +..| __ |...| |...| __ |.............................................................. +..| | | |...| ____|...| / \ |...._____........__ __....................................... +..| |__| |...| |____....| \__/ |...| __ \......| || |....|..|..|..|........................ +..| ____|...| ____|...| __|...| | | |.....| || |....|..|..|..|........................ +..| |........| |____ ...| |\ \.....| | | |.....| || |....|..|..|..|........................ +..| |........| |...| |.\ \....| |__| |.....| \/ |....|..|..|..|........................ +..|___|........|________|...|__|..\__\...|_____/......\______/....o..o..o..o........................ +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +....................................................................................................', + +` +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +...________.....________.....________....._______................................................... +..| __ |...| |...| __ |...| \.................................................. +..| | | |...| ____|...| / \ |...| __ |....__ __....................................... +..| |__| |...| |____....| \__/ |...| | | |...| || |....|..|..|..|........................ +..| ____|...| ____|...| __|...| | | |...| || |....|..|..|..|........................ +..| |........| |____ ...| |\ \.....| |__| |...| || |....|..|..|..|........................ +..| |........| |...| |.\ \....| |...| \/ |....|..|..|..|........................ +..|___|........|________|...|__|..\__\...|_______/....\______/....o..o..o..o........................ +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +....................................................................................................', + +` +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +...________.....________.....________....._______......___ ___..................................... +..| __ |...| |...| __ |...| \....| || |.................................... +..| | | |...| ____|...| / \ |...| __ |...| || |.................................... +..| |__| |...| |____....| \__/ |...| | | |...| || |....|..|..|..|...................... +..| ____|...| ____|...| __|...| | | |...| || |....|..|..|..|...................... +..| |........| |____ ...| |\ \.....| |__| |...| \/ |....|..|..|..|...................... +..| |........| |...| |.\ \....| |...| |....|..|..|..|...................... +..|___|........|________|...|__|..\__\...|_______/....\________/....o..o..o..o...................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +.................................................................................................... +....................................................................................................', \ No newline at end of file