Skip to content

Commit c48cca7

Browse files
authored
Update build-a-conversational-game-in-p5js.mdx
1 parent cda7272 commit c48cca7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/build-a-conversational-game-in-p5js/build-a-conversational-game-in-p5js.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ If you could use a game to have a conversation, what would you say, and who woul
319319
<RoundedImage link="https://i.imgur.com/19juCNR.gif" description="" />
320320
</div>
321321

322-
<p style={{ textAlign: "center" }}>
323-
Past Lives (2023), directed by Celine Song<br />
324-
What do you think they’re talking about?
322+
<p style={{ textAlign: "center", display: "flex", flexDirection: "column" }}>
323+
<span>Past Lives (2023), directed by Celine Song</span>
324+
<span>What do you think they’re talking about?</span>
325325
</p>
326326

327327
Extra challenge: Think of some other games that could be turned into conversations. Find existing code examples and see if you can find a way to modify them into this conversational format.

0 commit comments

Comments
 (0)