mirror of
https://github.com/mgracanin/ASCIIStarWars.git
synced 2026-04-26 11:26:22 +02:00
30 lines
930 B
Markdown
30 lines
930 B
Markdown
# 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?
|