Skip to content

Instantly share code, notes, and snippets.

@Dr4g0
Created July 16, 2013 06:39
Show Gist options
  • Save Dr4g0/6006306 to your computer and use it in GitHub Desktop.
Save Dr4g0/6006306 to your computer and use it in GitHub Desktop.
using System;
class IntroOrGameOver
{
static void Main()
{
Console.WriteLine(@" .-'-.
/` |__
/` _.--`-,-`
'-|` a '<-. []
\ _\__) \=`
C_ ` ,_/
| ;----'
_.---| |--._
.' _./' '\._ '.
/--'` `-.-` `'-\
| o \
|__ . / )
(___)| o \/ /
| | | |-'\ .--.
/ |_.-""-.-'=_ | '--./ = .`
< ` =--> _= / __/
'._ _.-""-.= /`""-...-""`
`;""'` __/
/```````` |
| , \
\ \ \
\ \ \
| \ \
/ | |
/ / |
/ /` /`
.' | |
( /--.___.'
`--...__.' / \__
/ \__ | `)
| `)---'----`
'----'----`");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment