Skip to content

Commit d6a4bab

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,9 @@ Anyway, let’s dive in!
132132

133133
Since [Pong](https://en.wikipedia.org/wiki/Pong) is a super popular game, I had a hunch that there would be lots of existing resources online to help me debug. I had a lot of ideas, but didn’t quite have the technical know-how to build something from scratch! I wanted to learn from other people. Experienced programmers still do this! The googling never stops.
134134

135-
<RoundedImage
136-
link="https://i.imgur.com/XnMB36n.gif"
137-
description=""
138-
/>
135+
<div style={{ display: "flex", justifyContent: "center" }}>
136+
<RoundedImage link="https://i.imgur.com/XnMB36n.gif" description="" />
137+
</div>
139138

140139
For this year’s iteration of Pong, I decided to have a conversation with my past self. I initially thought about talking to 2014 me, but then I decided to go way, waaaaay back, to 1997. Let's have a chat.
141140

0 commit comments

Comments
 (0)