CrazyVideoGamer is Pog
@CrazyVideoGamer
7th grade coder
0
Hosted Website Missing Files
I'm trying to make this game, but for some reason, some of my files are missing (namely libraries/matrix.js, and game/helpers.js) on the website, even though they're clearly in the repl. Why won't the hosted website update?
https://replit.com/@CrazyVideoGamer/Platformer1
1
0
I have been finding out that every time I want to use a React app when I start it, it is always killed by repl.it because of their limits for free use
LegendaryWolf hi, don't act as you are a 7th grade coder, your previous bio(a week ago) said you were a 5th grade coder. which means you are under 13. you just can't be 2 yrs more in a week. So now, I'm gonna ban you. I forgot to ban you last time... but wait, as I'm a good moderator, do you have any last words or wishes on repl.it?2 years ago
How do I view my old posts on the ask category? If you can't find your old posts on the ask category specifically, then how do I view my old posts on
InvisibleOne Just use the search bar and search for your username, and then it should come up with any posts in this section that you made2 years ago
Hello, I'm making an SFML platformer, and when I compile it, it always says "Setting vertical sync not supported". How can I fix this?
Bash
Hello, I'm working on a kinda crappy platformer, and I need to create a wall. I have a function that tells you if the character (cat) is intersecting
neethumadster Virtual dressing room by VueModel allows shoppers to visualize and style products on relatable models of various shapes, sizes, ethnicities in real time.Make your eCommerce site come alive with a Virtual dressing room.Dressing Room by VueModel helps retailers deliver personalized, inclusive virtual dressing room experiences in their eCommerce stores. Shoppers can mix & match looks, and visualize how they fit on models that most resemble them.10 months ago
TannerTommy This is a great way to create a solid wall, and I want to thank the writer here for sharing this valuable information here. I will keep the drywall contractor updated about this. He was quite interested in this, as well.
11 months ago
19wintersp Wherever you're updating the sprite's position, change the position virtually without updating the actual position, and check if that new position intersects with the wall. If it does, don't actually change the position?2 years ago
As the title states, are there extensions in repl.it? Because I want something similar to vscode's es6 react snippets, but I don't know how to install
19wintersp Replit does not have extensions. You can't install VSCode extensions here. VSCode is a totally separate system to Replit, the main commonality is simply the library used to make the actual code editing box. VSCode and Replit have completely different functionality, and so trying to use an extension here would be impossible due to the different features.2 years ago
I've been learning to use react, and in some tutorials, you have to include a console.log. So I add it into my react application and run it. But the o
Coder100 When a component updates, that's really up to what react wants to do.
Usually this is an hmr, and that's where the page doesn't even restart! That means you won't even be able to capture the refresh even in the browser. It just updates code, which is pretty magical.
Anyways, why do you even need a console.log?2 years ago
CrazyVideoGamer ug the process is exiting because I don't have enough memory
I can't even do a simple yarn command or npm install2 years ago
I've just heard of polygott repls, and I want to create one. But when I click "New repl", and search it up, it isn't there. How can I make a new polyg
CrazyVideoGamer After going through the bugs, I saw that they renamed it to the bash. So I will be using that.2 years ago
When I try to run my react.js project, it just says
error Command failed with exit code 1.
Node.js