QB64 Phoenix Edition
Solitaire Chess - Logic puzzle based using chess pieces - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26)
+---- Forum: Dav (https://staging.qb64phoenix.com/forumdisplay.php?fid=34)
+---- Thread: Solitaire Chess - Logic puzzle based using chess pieces (/showthread.php?tid=193)



Solitaire Chess - Logic puzzle based using chess pieces - Dav - 04-26-2022

SOLITAIRE CHESS v1.1. This is a QB64 clone of the popular one person logic puzzle that uses a small chess board (4x4) and chess pieces.  The goal of solitaire chess is to capture all the chess pieces on the board and end up with only one chess piece.  It's not as easy as it sounds - every move MUST capture a piece, and you must following chess rules when moving pieces.  There are 10 levels to conquer.

To help explain how to play the puzzle, attached is a picture of the moves to solving the 1st level.  That should get you started.

Note: This version is updated to display the same on every desktop regardless of the users screen resolution.  The screen size is not hard-coded to a certain size. 

- Dav


.zip   solitairechess-v1.1-src.zip (Size: 128 KB / Downloads: 60)


(solution to 1st level)
   


RE: Solitaire Chess - Logic puzzle based using chess pieces - DANILIN - 11-11-2022

Inside Solitairechess: changing line 1
Level = 6
solved 8 levels of Solitairechess

Pic 200 kB

Designation of lines is specially conditional absolutely

[Image: solchesswin.jpg]


RE: Solitaire Chess - Logic puzzle based using chess pieces - Dav - 11-13-2022

Thanks for the pics, DANILIN.  Good job solving them.  Glad to know that someone played it.

- Dav