Regex Game 정규식 게임 데모
Regex Game 정규식 게임 데모
ZeroBitCode
2025년 6월 8일
51 조회수
0 리뷰 수
0+ 추정 판매량
N/A 긍정 평가

게임 정보

출시일: 2025년 6월 8일
개발사: ZeroBitCode
퍼블리셔: ZeroBitCode
플랫폼: Windows
출시 가격: 무료
장르:

업적 목록

업적 정보가 없습니다.

추천 게임

Frustration Factory Demo 2025년 5월 10일
Icoptic Journey Demo 2025년 5월 2일
Cave Trek 2025년 4분기

게임 소개

Regex Game 정규식 게임 데모

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.

상세 설명

Core Gameplay

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.

The Demo includes:

First 20 carefully designed levels (remainder unlocked in full version)

Beginner-friendly difficulty requiring no programming experience.

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 wordsRegular spelling of words

  • Regular Ninja: Eliminate words that match a given regular expression

  • Password Hint: Write a password that meets all the requirements for regular expressions

(Additional mini-games in full version)

First Challenge Example

Real-world Scenario: Identify email addresses in text:

Regex Tips

  • \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)

Web Crawling Simulation

(Full version exclusive)

Chapter 4 Challenge: Extract HTML links from tags:

<a id="policy_DeleteAccount" href="/WizenedDream/DeleteAccount.html"></a>

So smart! Advanced Solution:

\<a[^>]*?href\s*=\s*[\"\']?(?<URL>[^\"\']+)[\"\']?[^>]*?>

( ˘•ω•˘ ) 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. All levels in the demo are designed for beginners, so please skip the levels on your own according to your ability.)

Difficulty System

Color-coded challenges indicate complexity:

  • 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/Blue levels

Chapter 4+: Purple/Red challenges

AI assistance recommended for stuck moments.

Red levels: Where "simple" means 2 hours of glorious debugging

스크린샷

접속자 수

가격 정보

업적 목록

업적 정보가 없습니다.

요약 정보

스팀 리뷰

스팀 리뷰가 존재하지 않습니다.