Skip to content

Commit bc456fa

Browse files
committed
reorder hackathon
1 parent 0d264e6 commit bc456fa

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

src/hackathon.ts

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,34 @@ type Exhibition = {
2626

2727
export const exhibitions: Exhibition[] = [
2828
{
29-
title: "Fieldchat",
29+
title: "タイピングゲームとブロック崩しを組み合わせたゲーム",
3030
image: {
31-
src: "../img/field-chat.webp",
32-
alt: "Fieldchatのイメージ",
31+
src: "../img/typing-breakout.webp",
32+
alt: "タイピングゲームとブロック崩しを組み合わせたゲームのイメージ",
3333
},
3434
description: `
35-
登録すると謎の空間に送り込まれます。この空間にいる自分以外の●とチャットすることができます。WASDで移動、Enterで話しかけます。●の位置とメッセージは実はリアルタイムで更新されます。 ※ページの表示に時間がかかる場合があります
35+
ブロック崩しとタイピングを織り交ぜました。
36+
37+
ぜひ僕の記録を超えてください ※ページの表示に時間がかかる場合があります
38+
`,
39+
url: "https://typing-3anr.onrender.com/",
40+
isNew: true,
41+
target: "小学生以上におすすめ",
42+
takes: timeEst.short,
43+
},
44+
{
45+
title: "ピクセルアート",
46+
image: {
47+
src: "../img/pixel-art.webp",
48+
alt: "ピクセルアートのイメージ",
49+
},
50+
description: `
51+
ピクセルアートが書けちゃうものです。自由に好きな絵を書いてみてください! ※ページの表示に時間がかかる場合があります
3652
`,
37-
url: "https://fieldchat2.onrender.com/",
53+
url: "https://pixelart-t3mu.onrender.com",
3854
isNew: true,
39-
target: "中高生以上におすすめ",
40-
takes: timeEst.med,
55+
target: "小学生以上におすすめ",
56+
takes: timeEst.short,
4157
},
4258
{
4359
title: "玉避けゲーム",
@@ -86,17 +102,15 @@ export const exhibitions: Exhibition[] = [
86102
takes: timeEst.short,
87103
},
88104
{
89-
title: "タイピングゲームとブロック崩しを組み合わせたゲーム",
105+
title: "WebIMEBuilder",
90106
image: {
91-
src: "../img/typing-breakout.webp",
92-
alt: "タイピングゲームとブロック崩しを組み合わせたゲームのイメージ",
107+
src: "../img/webimebuilder.webp",
108+
alt: "WebIMEBuilderのイメージ",
93109
},
94110
description: `
95-
ブロック崩しとタイピングを織り交ぜました。
96-
97-
ぜひ僕の記録を超えてください ※ページの表示に時間がかかる場合があります
98-
`,
99-
url: "https://typing-3anr.onrender.com/",
111+
IMEを簡単に自作できるツールです。 ※ページの表示に時間がかかる場合があります
112+
`,
113+
url: "https://web-ime-builder.pages.dev/",
100114
isNew: true,
101115
target: "小学生以上におすすめ",
102116
takes: timeEst.short,
@@ -116,31 +130,17 @@ export const exhibitions: Exhibition[] = [
116130
takes: timeEst.med,
117131
},
118132
{
119-
title: "ピクセルアート",
120-
image: {
121-
src: "../img/pixel-art.webp",
122-
alt: "ピクセルアートのイメージ",
123-
},
124-
description: `
125-
ピクセルアートが書けちゃうものです。自由に好きな絵を書いてみてください! ※ページの表示に時間がかかる場合があります
126-
`,
127-
url: "https://pixelart-t3mu.onrender.com",
128-
isNew: true,
129-
target: "小学生以上におすすめ",
130-
takes: timeEst.short,
131-
},
132-
{
133-
title: "WebIMEBuilder",
133+
title: "Fieldchat",
134134
image: {
135-
src: "../img/webimebuilder.webp",
136-
alt: "WebIMEBuilderのイメージ",
135+
src: "../img/field-chat.webp",
136+
alt: "Fieldchatのイメージ",
137137
},
138138
description: `
139-
IMEを簡単に自作できるツールです。 ※ページの表示に時間がかかる場合があります
139+
登録すると謎の空間に送り込まれます。この空間にいる自分以外の●とチャットすることができます。WASDで移動、Enterで話しかけます。●の位置とメッセージは実はリアルタイムで更新されます。 ※ページの表示に時間がかかる場合があります
140140
`,
141-
url: "https://web-ime-builder.pages.dev/",
141+
url: "https://fieldchat2.onrender.com/",
142142
isNew: true,
143-
target: "小学生以上におすすめ",
144-
takes: timeEst.short,
143+
target: "中高生以上におすすめ",
144+
takes: timeEst.med,
145145
},
146146
];

0 commit comments

Comments
 (0)