-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
32 lines (26 loc) · 1.19 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Compile Project:
-----------------
[c]
javac ./main/*.java; -------------------------------------------------------------
RUN Project
-----------
[r | less]
enter -> scroll
space -> next section
Q -> exit
[r]
java -cp ./workspace/project/ main.OPAChess
-------------------------------------------------------------
Compile & Run
--------------
[c;r]
Run Jar
-------
java -jar jarfilename. jar.
UCI Test
---------
uci :
id name OPA-Chess AlphaBeta v0.01
id Author OPA
uciok
-------------------------------------------------------------