Code
cat_piece(df_fujisan(seed = 42))
Output
┌─┬─┬─┬─┬─┬─┰─┬─┬─┬─┬─┬─┐
☀⃟│a⃝│3⃝│a⃝│n⃝│5⃝│n⃝┃2⃝│4⃝│n⃝│4⃝│n⃝│5⃝│☾⃟
┝━┿━┿━┿━┿━┿━╋━┿━┿━┿━┿━┿━┥
⸸⃟│2⃝│a⃝│3⃝│3⃝│4⃝│2⃝┃4⃝│a⃝│3⃝│5⃝│5⃝│2⃝│♛⃟
└─┴─┴─┴─┴─┴─┸─┴─┴─┴─┴─┴─┘
Code
cat_piece(df_fujisan(seed = 42, coins = coins))
Output
┌─┬─┬─┬─┬─┬─┰─┬─┬─┬─┬─┬─┐
☀⃟│4⃝│4⃝│n⃝│n⃝│a⃝│2⃝┃3⃝│3⃝│n⃝│n⃝│a⃝│4⃝│☾⃟ n⃞ 4⃞
┝━┿━┿━┿━┿━┿━╋━┿━┿━┿━┿━┿━┥
⸸⃟│5⃝│3⃝│4⃝│2⃝│3⃝│5⃝┃2⃝│a⃝│2⃝│a⃝│5⃝│5⃝│♛⃟ n⃞ n⃞
└─┴─┴─┴─┴─┴─┸─┴─┴─┴─┴─┴─┘
Code
cat_piece(df_fujisan(seed = 42, coins = coins, dice = "3n/n5"))
Output
┌─┬─┬─┬─┬─┬─┰─┬─┬─┬─┬─┬─┐
☀⃟│4⃝│4⃝│n⃝│n⃝│a⃝│2⃝┃3⃝│3⃝│n⃝│n⃝│a⃝│4⃝│☾⃟ 3⃞ n⃞
┝━┿━┿━┿━┿━┿━╋━┿━┿━┿━┿━┿━┥
⸸⃟│5⃝│3⃝│4⃝│2⃝│3⃝│5⃝┃2⃝│a⃝│2⃝│a⃝│5⃝│5⃝│♛⃟ n⃞ 5⃞
└─┴─┴─┴─┴─┴─┸─┴─┴─┴─┴─┴─┘
Code
cat_move(g2, move = "SetupFn.")
Output
┌─┬─┬─┬─┬─┬─┰─┬─┬─┬─┬─┬─┐
☀⃟│4⃝│4⃝│4⃝│5⃝│2⃝│n⃝┃2⃝│4⃝│n⃝│3⃝│a⃝│a⃝│☾⃟
┝━┿━┿━┿━┿━┿━╋━┿━┿━┿━┿━┿━┥
⸸⃟│a⃝│2⃝│5⃝│3⃝│3⃝│5⃝┃3⃝│2⃝│5⃝│a⃝│n⃝│n⃝│♛⃟
└─┴─┴─┴─┴─┴─┸─┴─┴─┴─┴─┴─┘
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.