The Sudoku puzzle format consists of (usually) a 9 by 9 grid that must be filled with numbers. The classical Sudoku rules are as follows

  1. Each row must contain all of the digits from 1 to 9, with no repetitions
  2. Each column must contain all of the digits from 1 to 9, with no repetitions
  3. Each sub square (3x3 grids marked by bold lines) must contain all of the digits from 1 to 9, with no repetitions

The historical inspiration of Sudoku begins with the Latin square, a type of grid problem similar to Sudoku in that it consists of an N by N grid where N digits (or letters) must be arranged in accordance with rules 1 and 2 of Sudoku (the sub square had yet to be invented). The first known example of a 9 by 9 Latin Square is from a monograph over 300 years ago, written by the Korean mathematician Choi Seok-Jeong. However, the Latin Square was popularized in the west by the legendary mathematician Leonhard Euler, who independently invented it almost 70 years after Choi Seok-Jeong.

According to Christian Boyer (idk who this is), on July 6th, 1895, the french newspaper La France published the earliest known example of a “true” Sudoku puzzle following all 3 rules of modern Sudokus, although french newspapers had previously been publishing similar (but different) puzzles prior. The name “Sudoku” itself (meaning “single digit”) comes from Japanese magazines in which the game was popular during the 80s and 90s.

In Modern times, the Sudoku puzzle scene has been blessed with the addition of numerous variants, that add on additional rules, elevating the puzzle. The puzzle in the provided image is one such example, known as the “miracle Sudoku”. It comes with 3 additional rules on top of the 3 original.

  1. If 2 digits are separated by a knight’s move in chess, then they cannot be the same
  2. If 2 digits are separated by a king’s move in chess, then they cannot be the same
  3. If 2 digits are adjacent (left, right, down or top, none of the diagonal directions), then they cannot be consecutive (ex - 5 and 6, or 7 and 8)

As can be seen from the fact that only 2 digits have been provided to start with, modern Sudoku authors are big fans of making puzzles that appear to be impossible to solve. This of course, is my favorite part about modern Sudoku. If you want to try to solve the miracle Sudoku, here is the link.

Some of the other example variants add new rules, such as German whispers, Dutch whispers, Renban lines, Entropy lines, Thermometer lines, killer cages and many more. You can find a massive collection of these puzzles on the logic-masters website.


Join our public Matrix server!

https://rentry.co/tracha#tracha-rooms


As a reminder, please do not discuss current struggle sessions in the mega. We want this to be a little oasis for all of us and the best way to do that is not to feed into existing conflict on the site.

Also, be sure to properly give content warnings and put sensitive subjects behind proper spoiler tags. It’s for the mental health of not just your comrades, but yourself as well.

Here is a screenshot of where to find the spoiler button.

    • segfault11 [any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      it’s not as hard as I thought it would be with the official install guide: https://wiki.archlinux.org/title/Installation_guide

      the two key pieces of advice I have:

      1. read each section until you thoroughly understand what it’s telling you to do before you start typing commands. you may also have to read the linked articles

      2. when they say the base installation is really barebones so install everything you think you might need before booting into the installation, take it seriously. I assumed it would have network management packages by default, but I was wrong and ended up having to boot into the installer again to install those (you shouldn’t have to redo the whole thing, just get the internet set up, mount the partitions, and chroot, and you can use pacman from there)