Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
AlaskaLinuxUser
picoEngine
Commits
7348e1a0
Commit
7348e1a0
authored
Mar 07, 2019
by
alaskalinuxuser
Browse files
8 ply fix.
parent
058cf419
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Engine.cpp
View file @
7348e1a0
...
...
@@ -26,7 +26,7 @@ string inputString = "";
bool
runProgram
=
true
;
bool
styleRandom
=
false
;
Board
board
;
int
chosenPly
=
3
;
int
chosenPly
=
8
;
Moves
movePick
;
string
engineMove
=
""
;
bool
calculate
=
true
;
...
...
Moves.cpp
View file @
7348e1a0
This diff is collapsed.
Click to expand it.
engine.o
View file @
7348e1a0
No preview for this file type
moves.o
View file @
7348e1a0
No preview for this file type
picoEngine
View file @
7348e1a0
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment