Files
basic-computer-games/67_One_Check
Martin Thoma c500424956 Simplify Python Code
print_with_tab / print_with_whitespace is trivial with Python
string formatting and was mostly used in only 2 lines.
2022-04-02 07:32:09 +02:00
..
2022-03-05 09:29:23 +01:00
2022-01-08 15:42:01 -05:00
2022-04-02 07:32:09 +02:00

One Check

In this game or puzzle, 48 checkers are placed on the two outside spaces of a standard 64-square checkerboard as shown:

The object is to remove as many checkers as possible by diagonal jumps (as in standard checkers).

It is easy to remove 30 to 39 checkers, a challenge to remove 40 to 44, and a substantial feat to remove 45 to 47.

The program was created and written by David Ahl.


As published in Basic Computer Games (1978):

Downloaded from Vintage Basic at http://www.vintage-basic.net/games.html

Porting Notes

(please note any difficulties or challenges in porting here)