[U] Make headings larger

This commit is contained in:
2024-12-20 06:10:29 +08:00
committed by GitHub
parent cfcec9222c
commit 9143f6ec3c
+4 -4
View File
@@ -9,13 +9,13 @@ TODO: Remember to add a description meow
You're interested in creating puzzles? Great! Here's how you can do it:
**Step 1: Create the board**
### Step 1: Create the board
Go to the [editor](https://slither.hydev.org/?edit=1&size=10). The editor has three basic modes: line, mask, and color. You can set the board size by changing the size parameter in the URL.
You can use checkpointing to save your step-by-step progress. The auto-saving feature will also work for the editor.
**Step 2: Draw the art**
### Step 2: Draw the art
The defining feature of a slitherlink puzzle is the lines. You can draw lines in line mode by clicking on the edges. Your lines must form a single loop that doesn't intersect itself.
@@ -27,7 +27,7 @@ Then, you can fill in the colors by switching to the color mode. You can create
It's honestly up to you if you want to do colors first or lines first or if you want to switch between them, I know it's kind of hard to visualize how the final result would look like with just white lines.
**Step 3: Make the puzzle**
### Step 3: Make the puzzle
Once the art is created, you can turn it into a puzzle by generating numbers! Clicking on the "Generate Numbers" button will fill the board with numbers counting the edges of each cell, and now you have a puzzle!
@@ -43,7 +43,7 @@ If you are working on a very large puzzle, removing numbers manually might take
Remember though, DFS is a powerful solver, and it can solve many puzzles that's too hard for people. Please verify the difficulty of your puzzle by solving it manually.
**Step 4: Upload the puzzle**
### Step 4: Upload
Once you have a puzzle that you like, you can click on the "Upload" button to create a public link for your puzzle. After uploading, it will generate a unique link that you can share with others to solve. It's unlisted by default---only people with the link can access the puzzle. If you want it to be featured on the main page, you can send me the link on telegram [@hykilpikonna](https://t.me/hykilpikonna).