File:Knightstour5x5.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 189 × 189 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 768 × 768 pixels | 1,024 × 1,024 pixels | 2,048 × 2,048 pixels.
Original file (SVG file, nominally 189 × 189 pixels, file size: 15 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionKnightstour5x5.svg |
English: Knight’s tour on a 5×5 board. |
Date | |
Source | Own work |
Author | László Németh |
SVG development InfoField | This diagram was created with OpenOffice.org. |
Source code InfoField | LibreOffice code; Created in LibreOffice 4.1.2 with this LibreLogo program
; Usage: Put this code into an English language document in LibO Writer,
; and click on the Start icon of the View»Toolbars»Logo toolbar.
; steps in clock positions
steps = [2, 10, 8, 5, 4, 1, 11, 8, 7, 4, 2, 11, 10, 7, 5, 2, 11, 2, 7, 5, 10, 8, 1, 11]
TO tour steps pens penc board
where = {1:[1, 2], 2:[2, 1], 4:[2, -1], 5:[1, -2], 7:[-1, -2], 8:[-2, -1], 10:[-2, 1], 11:[-1, 2]}
HOME PENSIZE pens PENCOLOR penc FILLCOLOR “WHITE”
IF board [ SQUARE 30 PENUP ]
FOR i IN steps [
FORWARD [where[i][0]*30, where[i][1]*30]
HEADING 0
IF board [ PENDOWN SQUARE 30 PENUP ]
] PENDOWN
END
HIDETURTLE PENJOINT “MITER”
PICTURE “knightstour5x5.svg” [
tour steps 1 “GRAY” TRUE ; draw board
tour steps 2 “BLACK” FALSE
]
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:21, 13 September 2013 | 189 × 189 (15 KB) | Nl74 (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following 2 pages use this file:
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 53.29mm |
---|---|
Height | 53.29mm |