正则表达式填字游戏
RegEx Crossword

原始链接: https://jimbly.github.io/regex-crossword/

正则表达式填字游戏 这是一个填字游戏,你需要用字符序列填充格子,使其与边缘列出的正则表达式匹配。 当线索满足时会变成粗体紫色,不满足时会变成橙红色,激活时则会带下划线。 请注意,正则表达式必须完全匹配,并且空单元格被视为空格。 双击规则进行编辑。完成后,按“回车”。 喜欢深奥的编程谜题吗?请在Steam上查看我的Zach风格编程谜题游戏QuantumPulse 2A。Javascript实现由Jimb Esser提供。源代码可在GitHub上获取,分叉并添加你自己的谜题! 解决方案在此处。 建议在Google Chrome或Firefox中查看。刷新页面或稍后返回时,你的工作应该会被保存。

## 正则表达式填字游戏讨论 一篇Hacker News帖子讨论了一个需要使用正则表达式 (regex) 才能解决的填字游戏。原作者分享了这个游戏 (jimbly.github.io),因为它启发了流行的 regexle.com。 用户分享了他们的经历,从几分钟内解决到花费超过两个小时不等。一些人发现第519题约束不足,有多种解法,而另一些人则难以理解正则表达式的符号——特别是将 `[^X]` 理解为“除了X之外的任何字符”。 讨论还包括了相关资源的链接:regexle.com,一篇详细介绍求解方法的博客文章 (blog.nelhage.com),以及一个更简单的游戏 redoku (padolsey.github.io/redoku/)。 许多评论者表达了游戏的难度以及解决问题时令人满意的“顿悟”时刻。最后,帖子末尾包含了一个Y Combinator申请的公告。
相关文章

原文
RegEx Crossword It's a crossword puzzle where you need to fill in the hexes with character sequences, so that they match the regular expressions listed around the edges.
The individual clues will turn bold purplebold green when satisfied, orangered when not, and underlined when active.
Note that the regex must be a full match, and empty cells are treated as spaces.
Double click a rule to edit it. When finished, press 'enter'.

Like esoteric programming puzzles? Please check out my Zach-like programming puzzle game QuantumPulse 2A on Steam.

Javascript implementation by Jimb Esser. Source code available on GitHub, fork and add your own puzzles!
Solution available here.
Best viewed in Google Chrome or Firefox. Your work should be saved if you refresh the page or come back later.

联系我们 contact @ memedata.com