This project reproduces the "Bad Apple!!" video using Guile Scheme, with all graphics rendered in ASCII art.
- Why?
- Why not really lolz
- Clone the repository to your local environment:
(cmd "git clone https://github.com/lisper004/BadAppleScheme.git")- Navigate to the project directory:
(cd "BadAppleScheme")- Run the script:
(runsc "run.scm")Or:
(cmd "guile run.scm")This project is a fork of FelipeFMA/BadAppleBash/. Special thanks to the original creator for their work!