Skip to content

Commit 5e0dcb1

Browse files
committed
add captions
1 parent e0f0b70 commit 5e0dcb1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ Hi, my name is ✨Julien✨, and I’m the new Senior Curriculum Developer here
5959

6060
<RoundedImage
6161
link="https://i.imgur.com/wkYjjo9.png"
62-
description="choose your fighter 👾"
62+
description=""
6363
/>
64+
choose your fighter 👾
6465

6566
Since this is my first project tutorial here at Codédex, I’m revisiting the first coding project I ever finished. I made it ten years ago using [Processing](https://processing.org) (the Java-based precursor to p5.js).
6667

@@ -82,15 +83,17 @@ I spent a lot of 2014 thinking about the ways people communicate nonverbally whi
8283

8384
<RoundedImage
8485
link="https://i.imgur.com/f8m1zfQ.jpeg"
85-
description="brainstorming sketches from 2014"
86+
description=""
8687
/>
88+
brainstorming sketches from 2014
8789

8890
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.
8991

9092
<RoundedImage
9193
link="https://i.imgur.com/cA4UduS.png"
92-
description="[@WarronBebster](https://x.com/warronbebster)"
94+
description=""
9395
/>
96+
[@WarronBebster](https://x.com/warronbebster)
9497

9598
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!
9699

@@ -129,8 +132,9 @@ There were a few elements I added to upgrade the sketch from the WASD (Pong) exe
129132

130133
<RoundedImage
131134
link="https://i.imgur.com/leVbTL9.gif"
132-
description="👁️ 👁️ I could watch this for hours 💿🟦"
135+
description=""
133136
/>
137+
👁️ 👁️ I could watch this for hours 💿🟦
134138

135139
So, how do we go from a screensaver to a conversation? I find it helpful to break down the process into smaller steps. I’m gonna show you three things that can personalize our basic Pong game. 🕹️
136140

@@ -280,8 +284,10 @@ If you could use a game to have a conversation, what would you say, and who woul
280284

281285
<RoundedImage
282286
link="https://i.imgur.com/19juCNR.gif"
283-
description="What do you think they’re talking about? Past Lives (2023), directed by Celine Song"
287+
description=""
284288
/>
289+
Past Lives (2023), directed by Celine Song
290+
What do you think they’re talking about?
285291

286292
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.
287293

0 commit comments

Comments
 (0)