Skip to content

Commit 4459fe7

Browse files
authored
Update build-a-conversational-game-in-p5js.mdx
1 parent 3bf0bf8 commit 4459fe7

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

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

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,44 @@ tags:
4141

4242
Hi, my name is ✨Julien✨, and I’m the new Senior Curriculum Developer here at Codédex! I love zines, games, indie comics, park hangs, and experimental baking (holiday cookie box loading…). I’m based in Brooklyn, and am originally from Los Angeles! I’ve always made art, and didn’t consider myself a technical person until my coding journey unexpectedly began about a decade ago.
4343

44-
<div style={{display: "flex", alignItems: "center", justifyContent: "center"}}>
4544
<div>
46-
<img src="https://i.imgur.com/a0I87n4.png" />
47-
48-
<img src="https://i.imgur.com/ZLLInna.png" />
49-
50-
<img src="https://i.imgur.com/eN6lvAQ.png" />
51-
52-
<img src="https://i.imgur.com/wkYjjo9.png" />
53-
</div>
45+
<div
46+
style={{
47+
display: "grid",
48+
gridTemplateColumns: "1fr 1fr 1fr 1fr",
49+
margin: "0 3rem",
50+
}}
51+
>
52+
<img
53+
src="https://i.imgur.com/a0I87n4.png"
54+
alt=""
55+
height={200}
56+
width="auto"
57+
/>
58+
<img
59+
src="https://i.imgur.com/ZLLInna.png"
60+
alt=""
61+
height={200}
62+
width="auto"
63+
/>
64+
<img
65+
src="https://i.imgur.com/eN6lvAQ.png"
66+
alt=""
67+
height={200}
68+
width="auto"
69+
/>
70+
<img
71+
src="https://i.imgur.com/wkYjjo9.png"
72+
alt=""
73+
height={200}
74+
width="auto"
75+
/>
76+
</div>
77+
<p style={{ textAlign: "center", fontWeight: "700", marginTop: "2rem" }}>
78+
Choose your fighter 👾
79+
</p>
5480
</div>
81+
5582
choose your fighter 👾
5683

5784
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).

0 commit comments

Comments
 (0)