Skip to content

Commit 0ce1f32

Browse files
authored
Update build-a-conversational-game-in-p5js.mdx
1 parent d6a4bab commit 0ce1f32

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The game is called *A Conversation*, and it’s a two-player game of Pong, but w
9191
link="https://i.imgur.com/94X89Jo.gif"
9292
description="a gif of an illustrated game of pong where the paddles are people's heads and the ball is a text bubble"
9393
/>
94+
9495
<RoundedImage
9596
link="https://i.imgur.com/dgqpb3M.png"
9697
description="a lose state of the game with thext that says The Conversation Got Awkward"
@@ -103,6 +104,7 @@ I spent a lot of 2014 thinking about the ways people communicate nonverbally whi
103104
link="https://i.imgur.com/f8m1zfQ.jpeg"
104105
description=""
105106
/>
107+
106108
brainstorming sketches from 2014
107109

108110
The conversation itself was…hm…it was pretty dramatic. I wasn’t sure if I was going to make this tutorial, because I was a little embarrassed by the narrative stylings of nineteen-year-old Julien. But honestly? I think it’s important to honor our past selves. I was learning to code for the first time after a lifetime of considering myself An Artist Not A Programmer.
@@ -111,6 +113,7 @@ The conversation itself was…hm…it was pretty dramatic. I wasn’t sure if I
111113
link="https://i.imgur.com/cA4UduS.png"
112114
description=""
113115
/>
116+
114117
[@WarronBebster](https://x.com/warronbebster)
115118

116119
Since this project was created in 2014 on an ancient laptop I no longer have access to, I’m recreating it from scratch in p5.js, a JavaScript library. If you’ve completed our p5.js course, you may remember coding a simple game of Pong in one of the exercises!
@@ -311,10 +314,10 @@ Here is a link to my [final code](https://www.codedex.io/@Julien/build/pong-as-a
311314

312315
If you could use a game to have a conversation, what would you say, and who would you have a conversation with? You could also imagine a conversation between two other people. You and a friend? You and a family member? What would your pet say to you if they could communicate with words? What about those two people you saw at a restaurant – who are they to each other, and what might they be discussing? What about two characters from a TV show? Make a two-player Pong game based on your conversation of choice.
313316

314-
<RoundedImage
315-
link="https://i.imgur.com/19juCNR.gif"
316-
description=""
317-
/>
317+
<div style={{ display: "flex", justifyContent: "center" }}>
318+
<RoundedImage link="https://i.imgur.com/19juCNR.gif" description="" />
319+
</div>
320+
318321
Past Lives (2023), directed by Celine Song
319322
What do you think they’re talking about?
320323

0 commit comments

Comments
 (0)