Skip to content

Instantly share code, notes, and snippets.

View jleinen1's full-sized avatar

Justine Leinen jleinen1

  • Washington
  • 19:26 (UTC -12:00)
View GitHub Profile
@jleinen1
jleinen1 / index.html
Created January 22, 2026 18:23
Traffic Run Game with Three.js
<div id="score">Press UP</div>
<div id="controls">
<div id="buttons">
<button id="accelerate">
<svg width="30" height="30" viewBox="0 0 10 10">
<g transform="rotate(0, 5,5)">
<path d="M5,4 L7,6 L3,6 L5,4" />
</g>
</svg>
@jleinen1
jleinen1 / index.html
Created January 22, 2026 18:21
Traffic Run Game with Three.js
<div id="score">Press UP</div>
<div id="controls">
<div id="buttons">
<button id="accelerate">
<svg width="30" height="30" viewBox="0 0 10 10">
<g transform="rotate(0, 5,5)">
<path d="M5,4 L7,6 L3,6 L5,4" />
</g>
</svg>