Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jesterjunk/eda182857e8c424991a3f2bd225f714a to your computer and use it in GitHub Desktop.

Select an option

Save jesterjunk/eda182857e8c424991a3f2bd225f714a to your computer and use it in GitHub Desktop.

Revisions

  1. jesterjunk created this gist Nov 8, 2025.
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,133 @@
    Cross Pixels Level 45 Nonogram solution for https://steamcommunity.com/app/745650/discussions/0/1697175413669121911/

    ```
    ..................####... 0000000000000000001111000
    ...........##.......##... 0000000000011000000011000
    ...........##....##...... 0000000000011000011000000
    ..............####.....## 0000000000000011110000011
    .......##.....###......## 0000000110000011100000011
    .......##...##..##......# 0000000110001100110000001
    .........##.##...#......# 0000000001101100010000001
    .....##..##....###.##.... 0000011001100001110110000
    .....##.....##.##..###... 0000011000001101100111000
    .........##.##...##.##... 0000000001101100011011000
    .........##...##.##..##.. 0000000001100011011001100
    .......##..##.##.....##.. 0000000110011011000001100
    .......##..##...##.##.... 0000000110011000110110000
    ...##........##.##.##.... 0001100000000110110110000
    ...##.....##.##.......##. 0001100000110110000000110
    ..##..##..##..........##. 0011001100110000000000110
    .###..##.....##...##..... 0111001100000110001100000
    .#.....###...##...##..... 0100000111000110001100000
    .#...##.##.....##........ 0100011011000001100000000
    .#..###........##........ 0100111000000001100000000
    .#...#....##............. 0100010000110000000000000
    .###....####............. 0111000011110000000000000
    .###....##............... 0111000011000000000000000
    .########................ 0111111110000000000000000
    ......................... 0000000000000000000000000
    Each character doubled to
    make this appear more square:
    ....................................########......
    ......................####..............####......
    ......................####........####............
    ............................########..........####
    ..............####..........######............####
    ..............####......####....####............##
    ..................####..####......##............##
    ..........####....####........######..####........
    ..........####..........####..####....######......
    ..................####..####......####..####......
    ..................####......####..####....####....
    ..............####....####..####..........####....
    ..............####....####......####..####........
    ......####................####..####..####........
    ......####..........####..####..............####..
    ....####....####....####....................####..
    ..######....####..........####......####..........
    ..##..........######......####......####..........
    ..##......####..####..........####................
    ..##....######................####................
    ..##......##........####..........................
    ..######........########..........................
    ..######........####..............................
    ..################................................
    ..................................................
    ```

    <br>

    Solved with &nbsp;&nbsp; https://tsionyx.github.io/nono/ &nbsp;&nbsp; https://github.com/tsionyx/nono/

    Time to solve the puzzle with hash 247300039: 1.862 seconds

    .g nonogram format by Mirek Olšák and Petr Olšák &nbsp;&nbsp; [Czech](https://www.olsak.net/grid.html#Czech) &nbsp;&nbsp; [English](https://www.olsak.net/grid.html#English)

    cross_pixels_level_45.g
    ```
    cross_pixels_level_45.g
    Cross Pixels Level 45
    https://store.steampowered.com/app/745650/Cross_Pixels/
    https://steamcommunity.com/app/745650/discussions/0/1697175413669121911/
    --------------------------------------------------------------------------------
    #d
    0: #FFFFFF #FFFFFF
    b:B #000000 #000000
    : rows
    4b
    2b 2b
    2b 2b
    4b 2b
    2b 3b 2b
    2b 2b 2b 1b
    2b 2b 1b 1b
    2b 2b 3b 2b
    2b 2b 2b 3b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    3b 2b 2b 2b
    1b 3b 2b 2b
    1b 2b 2b 2b
    1b 3b 2b
    1b 1b 2b
    3b 4b
    3b 2b
    8b
    : columns
    8b
    2b 3b
    4b 3b
    2b 1b 1b
    2b 3b 1b
    2b 2b 2b 1b
    2b 2b 3b 1b
    2b 2b 2b 3b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    2b 2b 2b 2b
    3b 2b 2b 2b
    2b 3b 2b 2b
    1b 1b 2b 2b
    1b 2b 2b 2b
    2b 3b 2b
    2b 4b
    2b 2b
    2b 2b
    4b
    ```