command-line-chess
Chess game
A terminal-based chess game against an AI using a simple brute-force algorithm to evaluate positions
A python program to play chess against an AI in the terminal.
501 stars
24 watching
165 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list
chesshacktoberfestpython
Related projects:
Repository | Description | Stars |
---|---|---|
marcizhu/marcizhu | An interactive chess game where users can make moves and submit updates through a GitHub issue tracker. | 174 |
marianogappa/ostinato | A comprehensive, stateless chess game library that supports multiple notations and allows for AI-powered gameplay on both the server and client-side. | 53 |
jamesball27/chess.rb | A command-line based chess game written in Ruby | 4 |
broadcastmonkey/chessongolem | A game of chess played on a decentralized computing network | 11 |
maaslalani/gambit | A terminal-based chess game written in Go | 826 |
benwr/latrunculorum | A Python implementation of a chess bot using the python-chess library to play against opponents. | 13 |
saturnyn/chesspursuit | An action-oriented take on the classic strategy game chess, featuring a checkerboard-based game world and procedurally generated pieces. | 265 |
seblague/chess-coding-adventure | A C# implementation of a chess bot capable of beating human opponents in various games | 1,438 |
utilforever/robotchess | An Auto Chess simulator built with C++ and reinforcement learning algorithms | 4 |
binarymax/kriegspiel | An online chess variant simulator built using JavaScript | 24 |
pychess/pychess | A Python-based chess client with features such as online play, multiple difficulty levels, and analysis tools. | 702 |
thomas-mauran/chess-tui | An implementation of a text-based user interface for playing chess | 381 |
jonthysell/mzinga | An open-source project to play the abstract board game Hive using C# and its own Universal Hive Protocol. | 85 |
dobro/binbo | A chess game representation written in Erlang using Bitboards and Magic Bitboards for fast move generation. | 124 |
ronsijm/buttfish | Transmits chess move information through an unconventional interface | 1,434 |