-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
23 lines (14 loc) · 714 Bytes
/
readme.txt
File metadata and controls
23 lines (14 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Samirs Simple Chess Game
--------BUILDING--------
I have provided a couple of precompiled binaries in the binaries/ directory
for win64 and linux64.
If you are using MacOS, you will have to compile the Project yourself.
Sources are located in src/
To manually override the binary used by the application, consult find_bin.py for more info
--------RUNNING-------------
To run the chess game site, you will need the
flask python library
---------- External Links ------------
Evaluator training set -> https://colab.research.google.com/drive/1smI2B7kiwzkr43TqnCYOpxocZlI0kPUh
Magic Bitboards Implementation -> http://pradu.us/old/Nov27_2008/Buzz/
Chess Programming Wiki -> https://www.chessprogramming.org/