Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 685 Bytes

File metadata and controls

31 lines (18 loc) · 685 Bytes

ChessBot

A discord bot to play chess against other users

About

ChessBot is a Python based discord bot, written to allow users in a server to play chess against each other. No chess library is used to handle moves, and all code can be found in this repository.

How to use

$challenge @{user}

Create a challenge between yourself and the user

$accept @{user}

Accept the challenge extended to you by the user

$move {first_pos} {second_pos}

Move the piece located at the first position to the second position

$draw

Offer a draw to the player you're playing against

$resign

Resign the current match you are playing

How to install

FAQ