Skip to content

Commit

Permalink
Use HTML to avoid unwanted external link icon and repainting
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jun 1, 2024
1 parent 83c2ebb commit cc08472
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions content/202405-rubykaigi-2024-akinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,23 @@ image: 202405-rubykaigi-2024-akinator.png
WEDの武者([@knu](https://github.com/knu))です。[RubyKaigi 2024](https://rubykaigi.org/2024/)[WED](https://rubykaigi.org/2024/sponsors/#sponsor-577)ブースの右半分では、Rubyの組み込みメソッドを当てる「[アキネイター](https://jp.akinator.com/)🧞」クイズを出題しました。

<style>
img[alt="Booth"], img[alt="Akinator"] {
width: 480px;
img {
max-width: 100%;
}
table th:first-of-type {
width: 400px;
}
</style>

![Booth](/content/202405-rubykaigi-2024-akinator/Booth.jpg)
<a href="/content/202405-rubykaigi-2024-akinator/Booth.jpg" target="_blank"><img src="/content/202405-rubykaigi-2024-akinator/Booth.jpg" width="480" alt="Booth"/></a>

そういえば、私の名前(Akinori)にちなんだんですか、と聞かれたりしましたが、偶然です。😄

## ゲームの概要

ここ数年、TikTokやYouTube Shortsで流行っている遊びなのでご存じの方も多いと思いますが、いわゆる「[20の質問](https://ja.wikipedia.org/wiki/%E4%BA%8C%E5%8D%81%E3%81%AE%E8%B3%AA%E5%95%8F)」のような形式のゲームです。

![Akinator](/content/202405-rubykaigi-2024-akinator/Akinator.png)
<a href="/content/202405-rubykaigi-2024-akinator/Akinator.png" target="_blank"><img src="/content/202405-rubykaigi-2024-akinator/Akinator.png" width="480" alt="Akinator"/></a>

出題者が想定した答え(本家だと有名人の名前)を回答者が当てるクイズの一種ですが、特徴的なのは挑戦者が出題者に対して質問をすることです。挑戦者は、Yes/Noで答えられる質問を出題者に次々と投げかけていき、Yes/Noの回答から候補を絞っていき、最終的に想定解をずばり当てることができればクリアとなります。

Expand Down

0 comments on commit cc08472

Please sign in to comment.