Back to search
A chess AI project. Currently, have a barebones chess UI built using Vue and a separate chess AI using a minimax decision tree in JavaScript with a similar, more extensive algorithm in Python (see https://github.com/kavisherlock/ChessEngine). The next step is to combine the two, and later, to explore more reinforcement learning techniques and applications in chess
Stars
2
Forks
0
Watchers
2
Open Issues
18
Overall repository health assessment
git://github.com/jhlywa/chess.js.git#master^2.6.5^2.6.10^3.0.1^3.0.3^3.0.3^3.0.3^4.0.0^10.0.1^5.16.0^5.0.0^2.5.21No contributors data available
Added a full Chess UI in vue with chess.js as thee chess logic and VueX for state management
14e8a80View on GitHub