Skip to main content
guest
Join
|
Help
|
Sign In
chessprogramming
Home
guest
|
Join
|
Help
|
Sign In
Wiki Home
Recent Changes
Pages and Files
Members
Home
Basics
Getting Started
Board Representation
Search
Evaluation
Principle Topics
Chess
Programming
Artificial Intelligence
Knowledge
Learning
Testing
Tuning
User Interface
Protocols
Dictionary
Lists
Arts
Cartoons
CC Forums
Conferences
Dedicated CC
Engines
Games
Hardware
History
Organizations
Papers
People
Periodical
Samples
Software
Timeline
Tournaments and Matches
Videos
Misc
Acknowledgments
On New Pages
Recommended Reading
Wikispaces Help
Myopic
Edit
0
7
…
3
Tags
disease
engines
opensourceengines
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Home
*
Engines
* Myopic
Myopic
,
a simple
open source chess program
for small systems by
Steven Edwards
written in
C++
, released under the
Creative Commons license
. Myopic is suited for the
Arduino
Mega
[1]
with the optional addition of a
SparkFun
8x8
RGB LED
backpack
[2]
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
[3]
.
Myopia
[4]
Table of Contents
Description
Download
See also
Forum Posts
External Links
References
What links here?
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
in as bonus in the
middlegame
and penalty in the
endgame
.
Download
myopic.tar
Details
Download
732 KB
See also
Arduino
CookieCat
Disease
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
References
^
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
^
Diagram of Myopia
in the
human eye
, 2005,
National Eye Institute
,
Myopia from Wikipedia
,
Wikimedia Commons
What links here?
Page
Date Edited
Arduino
Feb 21, 2018
CookieCat
Nov 15, 2016
Engines
Mar 10, 2018
Myopic
Nov 11, 2016
Steven Edwards
Aug 26, 2017
Up one level
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
a simple open source chess program for small systems by Steven Edwards written in C++, released under the Creative Commons license. Myopic is suited for the Arduino Mega [1] with the optional addition of a SparkFun 8x8 RGB LED backpack [2] 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 [3] .
Table of Contents
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 in as bonus in the middlegame and penalty in the endgame.Download
See also
Forum Posts
External Links
References
What links here?
Up one level