The robot player is a computer player with truly rudimentary artificial intelligence that periodically posts random commands selected from the available key press and release commands to the target component. Note that {@link java.awt.Robot} could have been used to post keyevents to the target component rather than commands, but not all key events can be simulated in that fashion (e.g., a right shift key press), and this seemed somehow more proper in any case.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.