File:Knightstour5x5.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 189 × 189 pixels, file size: 15 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Knight’s tour on a 5×5 board.
Date
Source Own work
Author László Németh
SVG development
InfoField
 
The SVG code is valid.
 
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:
Creative Commons CC-Zero 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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:21, 13 September 2013Thumbnail for version as of 14:21, 13 September 2013189 × 189 (15 KB)Nl74 (talk | contribs)User created page with UploadWizard

Metadata