12 lines
600 B
JSON
12 lines
600 B
JSON
{
|
|
"author" : ["Flame442"],
|
|
"install_msg" : "Thanks for installing battleship. Use `[p]battleship` to play.\nThis cog comes with bundled data.",
|
|
"name" : "Battleship",
|
|
"short" : "Play battleship with a friend.",
|
|
"requirements" : ["pillow"],
|
|
"description" : "Play battleship against a friend or an AI opponent. Generates an image to represent the board state. Run [p]battleship to play!",
|
|
"tags" : ["fun", "games", "battleship"],
|
|
"min_bot_version": "3.5.0.dev1",
|
|
"min_python_version": [3, 6, 0],
|
|
"end_user_data_statement": "This cog does not store user data."
|
|
}
|