Difference between revisions of "Chess Engine"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* Download [https://stockfishchess.org/download/ stockfish] | * Download [https://stockfishchess.org/download/ stockfish] | ||
+ | |||
+ | *In order to use stockfish via pychess, we need to use [https://python-chess.readthedocs.io/en/latest/uci.html#uci-commands/ UCI] (follow the link in UCI for tutorial). | ||
+ | |||
+ | |||
Line 18: | Line 22: | ||
=== Authors === | === Authors === | ||
− | Nhut Dang | + | *Nhut Dang |
− | Robert Goodloe | + | |
− | + | *Robert Goodloe | |
− | + | *Ethan Shry(TA) | |
+ | |||
+ | Fall 2018 | ||
=== Group Link === | === Group Link === | ||
Line 33: | Line 39: | ||
[http://support.stockfishchess.org/kb/advanced-topics/ stockfish library] | [http://support.stockfishchess.org/kb/advanced-topics/ stockfish library] | ||
− | |||
[[Category:HowTos]] | [[Category:HowTos]] |
Latest revision as of 10:02, 6 December 2018
Contents
Overview
This is a tutorial on how to use the python chess engine and stockfish engine
Materials/Prerequisites
Raspberry pi
Process
- Download pychess
- Download stockfish
- In order to use stockfish via pychess, we need to use UCI (follow the link in UCI for tutorial).
- Avoid large paragraphs of text, tend towards clear, concise steps
- Include pictures as much as possible, especially for key steps. This may be in the form of a photograph, screenshot, drawing, etc.
- All text should be styled appropriately. Code should be in code blocks, key words and notes should be in bold.
- Logical groups of steps should be broken down under different sub-headers within this section
- Language should be grammatically correct, and the first person shouldn't be used
Authors
- Nhut Dang
- Robert Goodloe
- Ethan Shry(TA)
Fall 2018