Written by ZeroBitCode
Table of Contents:
1. Screenshots
2. Installing on Windows Pc
3. Installing on Linux
4. System Requirements
5. Game features
6. Reviews
This guide describes how to use Steam Proton to play and run Windows games on your Linux computer. Some games may not work or may break because Steam Proton is still at a very early stage.
1. Activating Steam Proton for Linux:
Proton is integrated into the Steam Client with "Steam Play." To activate proton, go into your steam client and click on Steam in the upper right corner. Then click on settings to open a new window. From here, click on the Steam Play button at the bottom of the panel. Click "Enable Steam Play for Supported Titles."
Alternatively: Go to Steam > Settings > Steam Play and turn on the "Enable Steam Play for Supported Titles" option.
Valve has tested and fixed some Steam titles and you will now be able to play most of them. However, if you want to go further and play titles that even Valve hasn't tested, toggle the "Enable Steam Play for all titles" option.
2. Choose a version
You should use the Steam Proton version recommended by Steam: 3.7-8. This is the most stable version of Steam Proton at the moment.
3. Restart your Steam
After you have successfully activated Steam Proton, click "OK" and Steam will ask you to restart it for the changes to take effect. Restart it. Your computer will now play all of steam's whitelisted games seamlessly.
4. Launch Stardew Valley on Linux:
Before you can use Steam Proton, you must first download the Stardew Valley Windows game from Steam. When you download Stardew Valley for the first time, you will notice that the download size is slightly larger than the size of the game.
This happens because Steam will download your chosen Steam Proton version with this game as well. After the download is complete, simply click the "Play" button.
Regular Expressions (Regex) are a powerful text pattern-matching tool used for searching, replacing, and validating strings. The game wraps Regex into text-based puzzle, allowing players to gradually master regular expressions as they progress through levels.
Regular Expressions - an essential skill for programmers - become your puzzle-solving tool.
Starting with basic number matching, each level introduces new Regex rules with gradually increasing complexity.
30+ Meticulously Designed Levels covering fundamental Regex concepts through:
Accessible Design: 95% of the levels require no coding experience to pass perfectly. Players who can program can use their abilities to reduce the difficulty of the red level.
Brain Teasers: Regex-themed mini-games between chapters to consolidate skills. The subtle pace of the challenge helps to alleviate the frustration of a failed challenge.
Wooden Fish: Tapping the wooden fish increases the accuracy rate
Regular Spelling of Words: Move characters to spell words
Regular Ninja: Eliminate words that match a given regular expression
Password Hint: Write a password that meets all the requirements for regular expressions
Regex VS String
Real-world Scenario: Identify email addresses in text:
\d matches digits
+ indicates "one or more" of preceding element
~ o(* ̄▽ ̄*)o That's right! Solution:
"Congratulations! You've cleared the toughest level in Chapter 2!"
(Quick Flip Book)
Chapter 4 Challenge: Extract HTML links from tags:
So smart! Advanced Solution:
]*?href\s*=\s*[\"\']?(?
( ˘•ω•˘ ) What? Not yet?
Keep playing! The early levels will systematically build your skills to conquer advanced challenges.
(Players who can solve this problem should have studied regular expressions. The first 3 chapters are mainly for beginners, so please skip the level on your own according to your ability.)
Green
Time: 1-2 min
Goal: Learn individual Regex symbols
Blue
Time: 3-5 min
Goal: Combine 3 symbols or fewer
Purple
Time: 5-20 min
Goal: Solve real-world problems
Red
Time: 30+ min
Goal: Tackle complex pattern analysis
Chapters 1-3: Green
Chapter 4+: Purple
AI assistance recommended for stuck moments.
~~Red levels: Where "simple" means 2 hours of glorious debugging~~