Samuel-Roach / ChessBot

A Discord bot written to allow users to play chess against each other. Fully written in Python. Currently a WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Discord bot written to allow users to play chess against each other. Fully written in Python. Currently a WIP


Languages

Language:Python 100.0%