Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.3 KB

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:

npm install --also=dev

Start up the drawserver, which draws all of the emblems:

./scripts/draw-server.sh

Then, start the development server and open http:https://localhost:8080:

npm start

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.