GitHub - pkukkapalli/emblemsnake: An that creates Metal Gear Solid V Mother Base emblems as phone and desktop wallpapers.

1 min read Original article ↗

Codename Emblem Snake

Create Metal Gear Solid V emblems and use them as phone and desktop wallpapers.

Example emblems you could create

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 --dev

These 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.js

splash-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.