From ba9859d607fb52730642e3ad3d1ecf759a0bba94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Gra=C4=8Danin?= <35041118+mgracanin@users.noreply.github.com> Date: Fri, 19 May 2023 15:49:33 +0200 Subject: [PATCH] Create README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f05a61 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# ASCIIStarWars +If you're missing ASCII Star Wars via telnet at towel.blinkenlights.nl, this will play the same thing in Python terminal directly. + +Here's a README file for a program that plays Star Wars in ASCII in the Python terminal: + +``` +# Star Wars ASCII Player + +This program plays the Star Wars movie in ASCII art in the Python terminal. + +## Usage + +To run the program, simply navigate to the directory where the program is located and run the following command: + +``` +python star_wars_ascii.py +``` + +The program will then begin playing the Star Wars movie in ASCII art in the terminal. + +## Credits + +The ASCII art used in this program was originally created by Simon Jansen. We would like to thank him for his amazing work and for allowing us to use it in this program. + +## License + +This program is licensed under the MIT License. See the LICENSE file for more information. +``` + +Is there anything else you would like to know?