Difference between revisions of "Chess for Android"

From Chessprogramming wiki
Jump to: navigation, search
Line 64: Line 64:
 
==2020 ...==
 
==2020 ...==
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75987 Android behavior change: no more W^X violations] by [[Aart Bik]], [[CCC]], December 05, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75987 Android behavior change: no more W^X violations] by [[Aart Bik]], [[CCC]], December 05, 2020
 
+
* [https://www.talkchess.com/forum3/viewtopic.php?f=2&t=78909 Chess for Android Release (API30 complaint)] by [[Aart Bik]], [[CCC]], December 17, 2021
  
 
=External Links=  
 
=External Links=  
* [http://www.aartbik.com/MISC/uchess.html UCI and XBoard Protocols for Android]
+
* [https://www.aartbik.com/android_manual.php#chess Chess for Android Manual]
* [http://www.aartbik.com/MISC/eng.html UCI and XBoard Engines for Android]
+
* [https://www.aartbik.com/MISC/uchess.html UCI and XBoard Protocols for Android]
* [http://www.aartbik.com/MISC/android.html Aart's Android Page]
+
* [https://www.aartbik.com/MISC/android.html Aart's Android Page]
* [http://www.aartbik.com/MISC/amenu.html Android Game Manuals]
+
* [https://www.aartbik.com/MISC/amenu.html Android Game Manuals]
 
* [https://play.google.com/store/apps/details?id=com.google.android.chess&hl=en Chess for Android - Android Apps on Google Play]
 
* [https://play.google.com/store/apps/details?id=com.google.android.chess&hl=en Chess for Android - Android Apps on Google Play]
 
* <span id="Video"></span>[[Aart Bik]] - Chess for Android and Electronic Chessboards, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 
* <span id="Video"></span>[[Aart Bik]] - Chess for Android and Electronic Chessboards, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
Line 80: Line 80:
 
=References=  
 
=References=  
 
<references />
 
<references />
 
 
'''[[BikJump|Up one Level]]'''
 
'''[[BikJump|Up one Level]]'''
 
[[Category:Android]]
 
[[Category:Android]]

Revision as of 22:42, 25 December 2021

Home * User Interface * GUI * Chess for Android
Home * Engines * BikJump * Chess for Android

Chess for Android on a Tablet

Chess for Android,
written by Aart Bik, is a standalone chess application for Android. The application is available for free at the Android Market [1] and consists of a chess engine (a Java version derived from the UCI engine BikJump that is written in C++) and a GUI.

Features

The application accepts moves through the touchscreen, the trackball, or through the keyboard (e2e4 pushes the king pawn, e1g1 castles king side, etc.). An optional "move coach" highlights valid user moves during input and last played engine move. Full game navigation buttons enable users to correct mistakes or analyze games.

Games import and export as FEN/PGN to and from the clipboard, load and save as file, are set up through a position editor, or import as application/x-chess-pgn MIME type on startup. A draw by stalemate, insufficient material, the fifty move rule, or threefold repetition is recognized. The engine plays at various levels (including random, against itself in auto-play, or free-play, where the game can be used as a "magnetic chessboard"). The user can play either side and, independently, view the board from the perspective of white or black.

Since version 5.6, released in February 2018 [2], Chess for Android supports the electronic chess board of the Millennium ChessGenius [3]. Since 5.7, Chess for Android can connect to a DGT Board, since 5.9 to the Certabo Chessboard [4].

Engine Support

The application supports the Universal Chess Interface (UCI) and Chess Engine Communication Protocol (often simply called WinBoard or XBoard protocol), which allows users to play against more powerful third party engines or even play tournaments between engines. Engine setup features pondering, infinite analysis, hash tables, multiple threads, endgame tablebases (Nalimov , Gaviota, Scorpio, Robbobases), and opening test suites. Chess for Android recognizes all ChessBase compatible engines that are installed on the same device.

Images

Setup Position
ChessForAndroid a chess.png

Screenshot of latest version

ChessForAndroidv1.png

Screenshot of older G1 version

See also

Forum Posts

2008 ...

2010 ...

2015 ...

2018

Re: Chess for Android v5.6 by Aart Bik, CCC, February 28, 2018 » Millennium ChessGenius
Re: Question to Aart Bik by Aart Bik, CCC, March 25, 2018
Re: Question to Aart Bik by Norbert Raimund Leisner, CCC, November 22, 2018
Re: Question to Aart Bik by Aart Bik, CCC, November 22, 2018

2019

2020 ...

External Links

References

Up one Level