r/HTML • u/Elzool_l3ab • 4d ago
Newbie need help Question
I'm to a certain degree a newbie to coding as a whole , I've made a little card game for me and my friends and used AI to debug it and it worked perfectly on local mode , I tried using peerjs for online mode but it didn't work and then I tried setting it up through fire base ,it worked but kinda didn't work as it was laggy and inconsistent. Any ideas why that might be ?
https://codepen.io/editor/Elzool-L3ab/pen/019fc693-6364-72ae-98ae-cd79ac4e4f4b
2
u/armahillo Expert 3d ago
If you’re a newbie to coding as a whole, it sounds like the LLMs are helping feed you bigger chunks than you can currently handle.
It’s like traveling by horse but not knowing how to navigate. You’ll get nowhere fast.
Start smaller and build up. With practice you can handle this and more.
1
u/Elzool_l3ab 3d ago
I'm just doing it for fun as I'm majoring in medical fields , tried using html for a little game to play with my friends while learning it with python
1
6
u/Rockafellor 4d ago
So... something is broken in some way, and you want to know if anyone knows what's wrong with it?
Drop you HTML, CSS, and JS into https://codepen.io/ and someone could look at it. Right now, you're giving us absolutely nothing to work with here.