Myopic
Myopic,
a simple open source chess program for small systems by Steven Edwards, written in C++ and released under the Creative Commons license. Myopic is suited for the Arduino Mega [2] with the optional addition of a SparkFun 8x8 RGB LED backpack [3] as move indicator output device. Otherwise, all I/O is gated through a single pair of routines that currently use the default serial I/O pins [4] .
Description
The board is represented by a vector of 64 chessmen including vacant square chessmen. Search is plain alpha-beta inside the iterative deepening loop with leaf evaluation considering material balance, pawn placement, pinned pieces and piece mobility, and scaled king center distance as bonus in the middlegame and penalty in the endgame.
Download
See also
Forum Posts
- Chess for the Arduino by chessplayer, Arduino Forum, December 06, 2009
- Myopic, a new Creative Commons chess program by Steven Edwards, CCC, May 22, 2010
- Re: SAN Move Disambiguation -- looking for test positition by Steven Edwards, CCC, July 11, 2010 » SAN
- For a limited time, two sources by Steven Edwards, CCC, January 22, 2013 » CookieCat
External Links
- myopic - Wiktionary
- Myopia (disambiguation) from Wikipedia
- Myopia from Wikipedia
- Agnes Obel - Myopia (2020), YouTube Video
References
- ↑ Diagram of Myopia in the human eye, 2005, National Eye Institute, Myopia from Wikipedia, Wikimedia Commons
- ↑ Myopic, a new Creative Commons chess program by Steven Edwards, CCC, May 22, 2010
- ↑ LED Matrix - Tri Color - Large - COM-00683 - SparkFun Electronics
- ↑ Chess for the Arduino by chessplayer, Arduino Forum, December 06, 2009