A clone of the Legend of Zelda, Breath of the Wild loading screen The original loading screen can be seen here, and the final version created by me can be seen here.
The live version of the loader can be seen here. You can also view the Master Mode version of the site by adding ?mastermode=true
to the end of the URL like this.
In order to compile the styles for this project, you need to have SASS installed.
To install SASS using npm
npm install -g sass
Install SASS using homebrew
brew install sass/sass/sass
To clone the repository to your local machine
git clone git@github.com:leviv/botw-loader.git
Then simply open index.html
in your favorite web browser to get it up and running
To compile SASS changes to make them take effect
cd assets/css
sass --watch styles.sass:styles.css