Skip to content

Commit d44d053

Browse files
committed
[add] オセロを追加
1 parent db90c77 commit d44d053

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/exhibitions.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,21 @@ export const exhibitions: Exhibition[] = [
122122
target: "中高生以上におすすめ",
123123
takes: timeEst.short,
124124
},
125+
{
126+
// disabled: true,
127+
title: "AIとオセロ",
128+
image: {
129+
src: "img/othello.png",
130+
alt: "オセロのイメージ",
131+
},
132+
description: `
133+
6 × 6マスのちょっと小さいオセロで、AIと対戦してみましょう!勝つのはちょっと難しいかも!?オセロを通じて「AIと対戦する楽しさ」や「AIがどのようなものかを理解するきっかけ」にもなります。さあ、あなたの戦略でAIを打ち負かしてみませんか?
134+
`,
135+
url: "https://boardgame.utcode.net/",
136+
isNew: false,
137+
target: "どなたでも",
138+
takes: timeEst.short,
139+
},
125140
// {
126141
// title: "Falling Nikochan",
127142
// image: {

0 commit comments

Comments
 (0)