Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.91 KB

USAGE.md

File metadata and controls

43 lines (35 loc) · 1.91 KB

takBot

Use /tak @opponent to start a new game. You can specify any of the following:

  • size (default 6): Board size
  • komi (default 0): A flat-score bonus for the second player
  • color Seats the message author as White (Player 1) or Black (Player 2)
  • tps: Begins the game from the specified board state
  • opening (default swap): Specify an opening variation
  • caps: Override the number of cap stones per player
  • flats: Override the number of flat stones per player
  • inactive-interval Specifies the time interval between inactivity reminders
  • theme (default discord): Uses the specified theme
  • flat-counts (default true): Show flat counts
  • stack-counts (default true): Show stack counts
  • road-connections (default true): Show road connections
  • allow-links (default true): Allow requests for ptn.ninja links
  • blind (boolean): Never show the board

Standalone commands:

  • delete to delete the current game channel
  • end to cancel the current game
  • history to see a list of finished games and their IDs. Specify a page number to see older games
  • info to display information about the current game (useful for bots)
  • link to get a ptn.ninja link for the current game, or the game specified by ID
  • redraw to re-send the last board of the current game
  • rematch to swap seats and play again using the same game settings
  • reminder to set a reminder ping. Takes one or more time arguments (e.g. /reminder 1h 30m)
  • resign to forfeit the current game
  • rng to generate a random number betwen 1 and some other number
  • theme to set the theme for the current channel
  • themes to see a list of themes for the board and pieces
  • undo to undo your previous move

Note:

  • By default, player seats are assigned randomly.

How to: