mirror of
https://github.com/mgracanin/ASCIIStarWars.git
synced 2026-04-24 11:16:22 +02:00
28 lines
856 B
Markdown
28 lines
856 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.
|
|
|
|
```
|
|
# Star Wars ASCII Player (ASCIIStarWars)
|
|
|
|
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?
|