Difference between revisions of "Caddell Chess"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 6: Line 6:
 
'''Caddell Chess Computer''',<br/>
 
'''Caddell Chess Computer''',<br/>
 
a dedicated chess computer designed and developed by [[Rohn Blake]], built on a [[Raspberry Pi]] using a [https://en.wikipedia.org/wiki/Touchscreen touchscreen] as an [[UCI]] compliant chess [[GUI|graphical user interface]].
 
a dedicated chess computer designed and developed by [[Rohn Blake]], built on a [[Raspberry Pi]] using a [https://en.wikipedia.org/wiki/Touchscreen touchscreen] as an [[UCI]] compliant chess [[GUI|graphical user interface]].
Caddell Chess consists of a  ''Raspberry Pi 3 Model B+'' <ref>[https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/ Buy a Raspberry Pi 3 Model B+ – Raspberry Pi]</ref> with a Nextion display <ref>[https://nextion.tech/ Home - Nextion]</ref> and an optional [https://en.wikipedia.org/wiki/Web_browser web browser] interface. The Caddell Chess software is released as [[:Category:Open Source|open source]] licensed under the [[Free Software Foundation#GPL|GPL v3]], written in [[JavaScript]] using https://en.wikipedia.org/wiki/Redux_(JavaScript_library) Redux] and some [https://en.wikipedia.org/wiki/Npm_(software) npm packages] <ref>[https://github.com/caddellchess/caddell-chess GitHub - caddellchess/caddell-chess]</ref>.
+
Caddell Chess consists of a  ''Raspberry Pi 3 Model B+'' <ref>[https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/ Buy a Raspberry Pi 3 Model B+ – Raspberry Pi]</ref> with a Nextion display <ref>[https://nextion.tech/ Home - Nextion]</ref> and an optional [https://en.wikipedia.org/wiki/Web_browser web browser] interface. The Caddell Chess software is released as [[:Category:Open Source|open source]] licensed under the [[Free Software Foundation#GPL|GPL v3]], written in [[JavaScript]] using [https://en.wikipedia.org/wiki/Redux_(JavaScript_library) Redux] and some [https://en.wikipedia.org/wiki/Npm_(software) npm packages] <ref>[https://github.com/caddellchess/caddell-chess GitHub - caddellchess/caddell-chess]</ref>.
  
 
=Engines=  
 
=Engines=  

Latest revision as of 20:51, 6 March 2021

Home * Dedicated Chess Computers * Caddell Chess
Home * User Interface * GUI * Caddell Chess

Caddell Chess Board Display [1]

Caddell Chess Computer,
a dedicated chess computer designed and developed by Rohn Blake, built on a Raspberry Pi using a touchscreen as an UCI compliant chess graphical user interface. Caddell Chess consists of a Raspberry Pi 3 Model B+ [2] with a Nextion display [3] and an optional web browser interface. The Caddell Chess software is released as open source licensed under the GPL v3, written in JavaScript using Redux and some npm packages [4].

Engines

See also

Forum Posts

External Links

References

Up one level