Jump to content

File:Scorigami Board.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
    Original file (SVG file, nominally 750 × 530 pixels, file size: 30 KB)

    Summary

    Description
    English: Generated via front end javascript
    Date
    Source Own work
    Author 1ctinus

    code used to generate the board (unoptimized):

    document.getElementById("demo").innerHTML = data.matrix[17][20].count
    let board = ''
    board += '<g  text-anchor="middle" font-size="6pt" font-family="monospace">'
    for(let i = 0; i <= 73; i++){
      board += `<text alignment-baseline="middle" y="5" x="${10*(i+1.5)}">${i}</text>`
      }
    for(let i = 0; i <= 51; i++){ // i is losing score
    board += `<text alignment-baseline="middle" x="5" y="${10*(i+1.5)}">${i}</text>`
    }
    board += '</g>'
    for(let i = 0; i <= 51; i++){
    board += `<rect width="${(i == 1) ? 60: 10*i}" height="10" x="10" y="${10*(i+1)}" fill="black"/>`
    for(let j = i; j <= 73; j++){ // j is winning score
    if(data.matrix[i][j].count > 0){
    board += `<rect width="10" height="10" x="${(j+1)*10}" y="${(i+1)*10}" fill="#0c0" />`
    }
    }
    }
    board += '<rect width="10" height="10" x="80" y="20"/>'
    board += '<rect width="10" height="10" x="20" y="10"/>'
    document.getElementById("demo").innerHTML = board.length
    document.getElementById("svg").innerHTML = board
    

    Licensing

    I, the copyright holder of this work, hereby publish it under the following license:
    w:en:Creative Commons
    attribution
    This file is licensed under the Creative Commons Attribution 4.0 International license.
    You are free:
    • to share – to copy, distribute and transmit the work
    • to remix – to adapt the work
    Under the following conditions:
    • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

    Captions

    This is an NFL scorigami board generated before [[Super Bowl LVIII]]

    Items portrayed in this file

    depicts

    2 February 2024

    image/svg+xml

    File history

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

    Date/TimeThumbnailDimensionsUserComment
    current23:43, 8 December 2024Thumbnail for version as of 23:43, 8 December 2024750 × 530 (30 KB)1ctinusthanks jets 32-26
    23:29, 17 November 2024Thumbnail for version as of 23:29, 17 November 2024750 × 530 (30 KB)1ctinusnew scorigami Lions and Jags
    23:40, 13 October 2024Thumbnail for version as of 23:40, 13 October 2024750 × 530 (30 KB)1ctinuscowboys keep finding new ways to lose LOL (l to Lions)
    20:06, 15 September 2024Thumbnail for version as of 20:06, 15 September 2024750 × 530 (30 KB)1ctinussaints cowboys 44-19
    17:45, 10 September 2024Thumbnail for version as of 17:45, 10 September 2024750 × 530 (30 KB)1ctinusupdate after 32-19 scorigami between 49ers and Jets
    18:47, 2 February 2024Thumbnail for version as of 18:47, 2 February 2024512 × 362 (30 KB)1ctinusforgot an extra blacked out spot
    18:41, 2 February 2024Thumbnail for version as of 18:41, 2 February 2024512 × 362 (30 KB)1ctinusUploaded own work with UploadWizard

    Metadata