Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add puzzle game (#7029) #7043

Merged
merged 1 commit into from Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/related_contest_sites/puzzle_quiz.md
Expand Up @@ -46,6 +46,14 @@ title: パズル・クイズ系コンテスト

- [大好評!たった6種類の文法で塗り絵パズルが楽しめる、新感覚プログラミング言語「Painter Programming」を作った話](https://qiita.com/e869120/items/92f19314ac5ea9a1e82a) - プログラミング言語「Painter Programming」の面白さ・楽しさ・奥深さを解説した記事。

## 正規表現パズル

- [正規表現パズル](https://gametsukurukun.com/regexp-puzzle/) - 正規表現を利用したパズルゲーム。

<div align="center">
<img loading = "lazy" src="../../images/related_contest_sites/regexp_puzzle/regexp_puzzle.png" alt="regexp puzzle">
</div>

## Sed Puzzle

- [Sed Puzzle](https://sed-puzzle.com/) - ボタンを押して文字列を書き換えていくパズルゲーム。
Expand Down