Compare commits

...

2 Commits

Author SHA1 Message Date
Dylan Pizzo daed4245fd remove debug code 2 2026-06-11 13:43:13 -04:00
Dylan Pizzo afea1ce949 remove debug code 2026-06-11 13:42:54 -04:00
+3 -3
View File
@@ -17,7 +17,7 @@ type Game = {
export const GamePage = () => {
const { author, slug } = useParams();
const [text, setText] = useState("");
// const [text, setText] = useState("");
const [prevGpio, setPrevGpio] = useState<number[] | null>(null);
const [searchParams, setSearchParams] = useSearchParams();
const room = searchParams.get("room");
@@ -127,7 +127,7 @@ export const GamePage = () => {
<Pico8Player consoleRef={picoRef} carts={game.carts} />
</div>
</div>
<div>
{/* <div>
<input onChange={(x) => setText(x.target.value)} />
<button
onClick={() => {
@@ -136,7 +136,7 @@ export const GamePage = () => {
>
Send
</button>
</div>
</div> */}
{/* <div>
<p>This is a paragraph about this game. It is a cool game. And a cool website to play it on. It automagically connects from GitHub.</p>
</div> */}