CodingPseudonym
@CodingPseudonym
New CPS test
Well a while ago I made a cps test. Now I made it a lot better and added a nice color changing rainbow background.
Try to beat my recor
HTML, CSS, JS
I was making a rpg game and then I remembered I should have a save function so I searched it up and none of the tutorials I saw were helpful. So coul
PattanAhmed @CodingPseudonym Hi,
You can use Repl-DB to save the score...
Read this for more information
*Hope this helps
Please mark my answer if this helps*3 years ago
Coder100 Hi! You can use the official repl.it db client. (turn on explorer mode and click on the database icon)
image
Anyways, because it is a key-value, you can set it to something like:
username: {
password,
score
},
...
And so you can compare like: db["key"].password == input('password: ')3 years ago
CoolJames1610 You can use MongoDB to easily save stuff. I have made several "multiplayer" games using MongoDB3 years ago
So I made a python repl and then I did from (name) import (name) but it didn't work for some reason.
Input:
Screen Shot 2020-08-07 at 8.49.45 PM
Ou
Just add some more code to it and it will be a functional chat. Some of the CSS and the HTML are already done.
HTML, CSS, JS
I posted this program before but this time I added some CSS to it. I don't really know CSS and I would like to know how I can improve this game in gen
Is there anyway to restore files that you accidentally deleted? Since I accidentally deleted a folder that had some .html things and I spent like 30 m
pls save the turtle he's tired and gonna die soon. :(. Idk waht i am doing. Just save the turtle.
Python
So I decided to learn some CSS and make a light/dark mode following a tutorial. Enjoy!
HTML, CSS, JS
So I decided to randomly make a number guesser in my free time with python. It's pretty simple.
Python
First html program thing I made and it's a clicker. It only uses html.
HTML, CSS, JS
BobTheTomatoPie I would use JSON so you dont have to go though and make all those functions, just go for (x in jSONlist){and then the code to apply the effects} this makes it way easier and you can add so many buttons fast, but awesome job for your first HTML program!3 years ago