Siddharth Mishra
@SleepySid
a 14 year old frontend dev trying to learn backend
0
Sign Up form template
Hey replers ,
this is a small sign up page template .. share some feedback please and upvote if u think its worth it :)3
portfolio-1A simple and neat Portolio template that I made using HTML , CSS and JS ,
hope you like it : )
46
0
3
1
ROCKET MANjust a responsive home page
50
0
1
1
Catch the square game Use arrow keys to move
Avoid the green squares
catch the blue squares
your speed increases with every point u gain
the green squares decrease your speed
share your high score : )
hope u enjoy
46
1
1
4
Back2THREE.jsa three js scene made by me ...
56
3
4
catch the blue squares they increase your score and speed
avoid the green square they decrease your lives and speed
use arrow keys to move
share yo
Pygame
cosc well done, but why is it not so smooth? also, about my game, the first 2 moves on level 3 are [down, down] ;)2 years ago
This is a game that i am making but how do i make it so that the can falling from the sky disappears when the dustbin hits it ?
u can move the dustbi
Pygame
4
heya everybody welcome to the very first post by @HackersClan
This is a 2D racing game between you and a bot
the controls are simple arrow keys - β
Pygame
Hello this is one of my JS project that I made I dont thinnk I really need to explain what this is coz Its very simple U just click the buttons and se
HTML, CSS, JS
i was working on one of my projects as usual but suddenly ...
image
I did not even reloaded the page it appeared on its own Also now every time i go
Lizardlock1223 89D9BF38-116D-4AB7-B452-8C906B33D7D7
While the problem fixes just play a game until itβs fixed. I usually do that2 years ago
here is how I am doing this
var screen = document.getElementById("screen2d");
var ctx = screen.getContext('2d');
ctx.fillStyle = "black";
ctx.fill
Baconman321 We will look at your post, please don't ping. Besides, you don't need a king for this. Just bind the event listener to the canvas element itself and not the window. Example:
const canvas = document.querySelector("#canvas-id");
canvas.addEventListener("keyup", (evt) => {
console.log(evt.key);
});
It's just like what you are doing but instead of binding to the window object bind it to the canvas element.2 years ago
Hey there this is Siddharth , I am gonna finsh this in short
me and my friend @JULIODIAZ1 , are making some sort of chatting stuff But there are som
xxpertHacker You need to give more info, e.g., what language? What things do you need help with?
Really it's just what language, most Replers will ask.2 years ago
Pro Navigation page !
This is a navigation page made by me and its really cool ...
the images at the right side of the screen change according
to the
HTML, CSS, JS
hey guys , These days I am into things like PHP and database so I was just making a simple Login page I hit the run button and a weird thing happened
Whippingdot Lol same thing happened to me a long while ago. report these in bugs not here btw if you refresh it doesn't change anything. Copy the link and open a new tab. Paste the link there and it works again. I don't know what this is but the other person couldn't re-make the same glitch in bugs so they just ignored it πππ2 years ago
So I made an anti virus template ...
First sight
This emoji is scared of unethical things that can happen ...
yes I could give the mouth animation som
HTML, CSS, JS
So I made an anti virus template ...
First sight
This emoji is scared of unethical things that can happen ...
yes I could give the mouth animation som
HTML, CSS, JS
Good morning , Good afternoon and Good evening people ... according to ur time zones
I made a repl in flask I just did a simple thing that I --
retur
Python
RYANTADIPARTHI Solution
put your html files in a templates folder. It's important to call it that. Try doing that.
It should work2 years ago
Coder100 you need to put all the templates in a folder called templates.
Also, you need to put all your css in a folder called static
2 years ago
why this is not working I mean i am 85% sure the code is correct
but when I run it ....
image
thats what it says ... plz get me outta this π₯π₯
EDI
Python
RYANTADIPARTHI Solution
in your app.run(), you need to put the port, and the host. Like this.
if name == "main":
app.run(host='0.0.0.0', port='8080')
like that.
That should work.2 years ago
Wumi4 Bruh, it's because you can't access your website though the browser outside the Repl, if you want to see your website, use something like w3m inside your Repl. I have the same problem when using CherryPy.2 years ago
image
**idk It suddenly happened the page reloaded and i got this error
ππ **
Bookie0 It's a bug, report it here.
Reload your page and it should get back to working! ;)2 years ago
RYANTADIPARTHI Solution
this is a common error. Sometimes the repl crashes. Just refresh and all should be fine. It's nothing huge.
It should work2 years ago
WWEMONSTERMONST It happens to me sometimes. Just copy previous code and reload otherwise you may loose some lines. It will become normal after reloading.2 years ago