QB64.org Forum

Samples Gallery & Reference => Games => Topic started by: Qwerkey on June 05, 2020, 04:46:40 am

Title: Chess by Richard Frost
Post by: Qwerkey on June 05, 2020, 04:46:40 am
Chess

Author: @Richard Frost
Source: qb64.org Forum
URL: https://www.qb64.org/forum/index.php?topic=2437.msg138267#msg138267 (https://www.qb64.org/forum/index.php?topic=2437.msg138267#msg138267)
Version: Go to author's Project Post (URL above) for latest version and update status
Tags: [Graphics], [2D], [AI], [Skill]

Author's Description:
Chess Program that plays legally.  Crappy endgame, since the rules I've given it are simple.  Pretty challenging for midgame thought.  Most of the code is for graphics - the pieces themselves, the plasma effect, etc., and for configuration and showing the thinking, file playback, etc.   Hard to believe a chess program  was done in under 1K, twice!

Controls:
Mouse and Keyboard




We recommend checking for the latest version in author's Project Post (mem.h has to be copied to the QB64 folder).