Codename Emblem Snake
Create Metal Gear Solid V emblems and use them as phone and desktop wallpapers.
Visit emblemsnake.com.
Developing locally
Make sure you have Docker installed first.
First install the npm packages:
Start up the drawserver, which draws all of the emblems:
Then, start the development server and open http://localhost:8080:
Gather image assets
Make sure you have Docker and Pipenv installed first.
First install the pipenv and node packages:
npm install --dev && pipenv install --devThese are already part of the repository, but if you want to refresh the assets, run the following commands:
./scripts/splash-server.sh
Then, in a separate terminal:
./scripts/scraper.sh && ./scripts/word-renderer.jssplash-server.sh runs a Docker instance of Splash to run the Javascript on webpages visited by the scraper.
Acknowledgments
Thanks to Kojima Productions and Konami for making MGSV, particularly the Mother Base emblems.
