Skip to content

yeahlouis/ChineseChess

 
 

Repository files navigation

ChineseChess

To run

python ChessGame.py

TODO Add an AI engine. The engine should accept a board. And and return move (x,y,dx,dy)

get_moves_for_board(board, is_red) return a list of (x,y,dx,dy)

unmove()

alpha-beta

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%