You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/build-a-conversational-game-in-p5js/build-a-conversational-game-in-p5js.mdx
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ The game is called *A Conversation*, and it’s a two-player game of Pong, but w
91
91
link="https://i.imgur.com/94X89Jo.gif"
92
92
description="a gif of an illustrated game of pong where the paddles are people's heads and the ball is a text bubble"
93
93
/>
94
+
94
95
<RoundedImage
95
96
link="https://i.imgur.com/dgqpb3M.png"
96
97
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
103
104
link="https://i.imgur.com/f8m1zfQ.jpeg"
104
105
description=""
105
106
/>
107
+
106
108
brainstorming sketches from 2014
107
109
108
110
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
111
113
link="https://i.imgur.com/cA4UduS.png"
112
114
description=""
113
115
/>
116
+
114
117
[@WarronBebster](https://x.com/warronbebster)
115
118
116
119
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
311
314
312
315
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.
0 commit comments