Skip to content

Instantly share code, notes, and snippets.

@stuartf
Created June 28, 2019 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartf/c2c36316039fed089aa37f4f989416f3 to your computer and use it in GitHub Desktop.
Save stuartf/c2c36316039fed089aa37f4f989416f3 to your computer and use it in GitHub Desktop.
PlantUML BJJ MindMap
@startdot
digraph bjj {
node [style=rounded, shape=box]
standing [fillcolor=lightblue, style="filled", shape=triangle]
takedown
guardpull
reguard
fullguard [fillcolor=lightblue, style="filled", shape=triangle]
dlr [fillcolor=lightblue, style="filled", shape=triangle]
dlrx [fillcolor=lightblue, style="filled", shape=triangle]
spider [fillcolor=lightblue, style="filled", shape=triangle]
mount [fillcolor=lightblue, style="filled", shape=triangle]
smount [fillcolor=lightblue, style="filled", shape=triangle]
sidecontrol [fillcolor=lightblue, style="filled", shape=triangle]
kob [fillcolor=lightblue, style="filled", shape=triangle]
backtake [fillcolor=lightblue, style="filled", shape=triangle]
berimbolo
sweep1 [fillcolor=purple, style="rounded,filled"]
sweep2 [fillcolor=purple, style="rounded,filled"]
sweep3 [fillcolor=purple, style="rounded,filled"]
sweep4 [fillcolor=purple, style="rounded,filled"]
armbar [fillcolor=red, style="filled", shape=house]
triangle [fillcolor=red, style="filled", shape=house]
rnc [fillcolor=red, style="filled", shape=house]
bowandarrow [fillcolor=red, style="filled", shape=house]
baseballchoke [fillcolor=red, style="filled", shape=house]
crosscollar [fillcolor=red, style="filled", shape=house]
brabogrip
standing -> takedown -> reguard -> fullguard -> triangle
fullguard -> spider -> triangle
fullguard -> sweep1 -> mount -> triangle
mount -> smount -> triangle
mount -> armbar
standing -> guardpull -> sweep1
guardpull -> dlr -> sweep2 -> backtake -> rnc
dlr -> berimbolo -> backtake -> mount
takedown -> sweep3 -> kob -> baseballchoke
spider -> sweep4 -> backtake -> bowandarrow
takedown -> sidecontrol -> sweep1
dlr -> sweep1
kob -> mount
guardpull -> dlrx -> berimbolo
dlrx -> sweep2
sidecontrol -> brabogrip -> sweep1
fullguard -> brabogrip
brabogrip -> crosscollar
}
@enddot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment