https://github.com/blagojeblagojevic/chess
Bitboard Engine
https://github.com/blagojeblagojevic/chess
c chess-engine chess-game cpp nnue
Last synced: about 1 month ago
JSON representation
Bitboard Engine
- Host: GitHub
- URL: https://github.com/blagojeblagojevic/chess
- Owner: BlagojeBlagojevic
- License: mit
- Created: 2024-04-14T10:07:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T11:51:17.000Z (over 1 year ago)
- Last Synced: 2025-06-07T15:05:05.894Z (about 1 year ago)
- Topics: c, chess-engine, chess-game, cpp, nnue
- Language: C
- Homepage:
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CHESS ENGINE
In this repo we could find 2 folder:
1. CHESS -> In this folder gui for chess is implemneted.
2. bitboardengine -> In this folder we could find implementation of a chess engine conected to a gui from one.