index
:
c-chess
master
Chess engine and AI written in plain C [extremely buggy!]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
structs.h
blob: 643e7f2683d657b21f6a760fa1d7ce6a0d73d057 (
plain
)
1
2
3
4
5
6
typedef struct { int origin; int destination; int value; // Estimated move value } Move;