Make your contributions MF DOOM themed. Just remember, all caps when you spell the man name.
- Create a new, empty github repo to store your handiwork.
- Run
DOOM.py
and follow the prompts for username, art selection, offset, and repo name. - Run the generated
DOOM.sh
orDOOM.ps1
from outside the directory with the generated files (or any non-git tracked dir) and watch it go to work. - Wait some more. You'll probably need to wait a day or two for the DOOMfiti to show in your commit graph.
The file format for personal templates is the following:
- Each template starts off with a ":" and then a name (eg. ":foo")
- Each line after that is part of a json-recognizable array.
- The array contain values 0-4, 0 being blank and 4 being dark green.
- To add multiple templates, just add another name tag as described in 1.
For example:
:center-blank
[[1,1,1,1,1,1,1],
[1,1,1,1,1,1,1],
[1,1,1,1,1,1,1],
[1,1,1,0,1,1,1],
[1,1,1,1,1,1,1],
[1,1,1,1,1,1,1],
[1,1,1,1,1,1,1]]
This would output a 7 x 7 light green square with a single blank center square.
Once you have a file with templates, enter its name when prompted and the templates will be added to the list of options.
Fortunately if you regret your DOOMfiti in the morning, removing it is fairly easy: delete the repo you created for your DOOMfiti (and wait).
DOOMfiti is released under The MIT license (MIT)