Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ww92030-storage/chess
Simple chess engine in C++
https://github.com/ww92030-storage/chess
chess chess-ai chess-engine chess-game furry protogen
Last synced: about 1 month ago
JSON representation
Simple chess engine in C++
- Host: GitHub
- URL: https://github.com/ww92030-storage/chess
- Owner: WW92030-STORAGE
- License: agpl-3.0
- Created: 2024-05-15T01:10:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T21:13:12.000Z (7 months ago)
- Last Synced: 2024-05-19T20:33:11.255Z (7 months ago)
- Topics: chess, chess-ai, chess-engine, chess-game, furry, protogen
- Language: C
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CHESS
Simple chess engine in C++. All AI promotions are queen (the move input system is not sophisticated enough right now sorry) and the 50 move rule is not implemented (however the move counter is implemented). If there are any bugs please send in an issue or message me on Discord (normalexisting).- Also includes a version for an ESP32 and some LED panels.