GitShow/sharkdp/rock-paper-scissors
sharkdp

rock-paper-scissors

Interactive regex puzzle

by sharkdp
Star on GitHubForkWebsite

HTML

2 stars0 forks1 contributorQuiet · 8y agoSince 2017

Meet the team

See all 1 on GitHub →
sharkdp
sharkdp5 contributions

Languages

View on GitHub →
HTML43.7%
PureScript41.7%
CSS14.6%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
cdepillabout
explanation for the rock-paper-scissors game is slightly offClosedIssue

I think the explanation for the Rock-Paper-Scissors game is slightly wrong. On https://shark.fish/rock-paper-scissors/, the explanation is as follows: Write three regexes R, P and S such that they match each other in a cyclic Rock, Paper, Scissors fashion. In particular, R matches S, S matches P and P matches R, but R doesn't match S, P doesn't match R and P doesn't match S. The last phrase is incorrect: but R doesn't match S, P doesn't match R and P doesn't match S Here's the explanation from code golf: Write three regexes R, P and S such that they match each other in a cyclic Rock, Paper, Scissors fashion. In particular, R matches S, S matches P and P matches R, but R doesn't match P, S doesn't match R and P doesn't match S. I think this is the correct last phrase: but R doesn't match P, S doesn't match R and P doesn't match S

cdepillabout · 8y ago
Structured data for AI agents

Repository: sharkdp/rock-paper-scissors. Description: Interactive regex puzzle Stars: 2, Forks: 0. Primary language: HTML. Languages: HTML (43.7%), PureScript (41.7%), CSS (14.6%). Homepage: https://shark.fish/rock-paper-scissors/ Open PRs: 0, open issues: 0. Last activity: 8y ago. Community health: 28%. Top contributors: sharkdp.

·@ofershap

Replace github.com with gitshow.dev