Difference between revisions of "Chess Engine"

From ESE205 Wiki
Jump to navigation Jump to search
Line 30: Line 30:
  
 
=== External References ===
 
=== External References ===
This section should contain any external references used in the writing of this tutorial (i.e. urls)
+
[https://python-chess.readthedocs.io/en/latest/ pychess library]
 +
 
 +
[http://support.stockfishchess.org/kb/advanced-topics/ stockfish library]
  
  
  
 
[[Category:HowTos]]
 
[[Category:HowTos]]

Revision as of 05:54, 6 December 2018

Overview

This is a tutorial on how to use the python chess engine and stockfish engine

Materials/Prerequisites

Raspberry pi

Process


  • 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)

Fl 2018

Group Link

Group page

Group weekly log

External References

pychess library

stockfish library