HackingGo306
@HackingGo306
0
Maze Algorithm 2Makes a maze that is difficult to solve.
Smaller dissensions have a higher chance of being buggy (meaning they have no exit).
3
0
0
2
3D MazeA scary game where you must escape the maze before the monsters find you. Please note that audio is on by default but it shouldn't be too loud unless you have your volume all the way up.
Someone help me make the monsters scarier XD
IMPORTANT: OPEN THE WEBSITE - IT RUNS WAY BETTER
Be sure to open the game as a new website because it runs much better
Some features might even be missing on this cover page127
8
2
2
3D MazeA scary game where you must escape the maze before the monsters find you. Please note that audio is on by default but it shouldn't be too loud unless you have your volume all the way up.
Someone help me make the monsters scarier XD
127
8
2
0
Sticky WallsA semi-rage game
5
0
0
0
0
Huge Numbers + Clicker Game
You're having a great time playing a clicker game. Having clicked the button for over a few hours, you've made great progress. You buy the next upgrade and start to click the button again...
image
Oh no...
Well, with this clicker game, the dreaded 'e' or scientific notation will not be a problem. In fact, you can even go past what javascript decides to call infinity.
'''
Note:
I did not make the clicker game with the intention to have it be fun or attention-grabbing. It was meant to demonstrate the strategy for handling large numbers
'''1
1
0
Maze Generator
This is a maze generator that uses the depth-first search algorithm.
Note: Not recommended for making satisfying graphics, the red sq
HTML, CSS, JS
requestAnimationFrame and setInterval/recursive setTimeout are affected when the browser tab is hidden
_ When you run a program that uses requestAnima
HTML, CSS, JS
xxpertHacker Background tabs have their timers throttled. This feature ships in stable without a way to disable it.
Some people gave their workarounds on SO: https://stackoverflow.com/questions/6032429.2 years ago
Coder100 no, in fact multiplayer games most of them won't do anything about this, because it won't affect them!
the events will just not happen when you want them to, but they will still happen soon enough, just like irl!2 years ago
6
A Replit locked page
The main goal of this project is to make a page where it says you are locked. You will lose access to the unlocked page for a min
HTML, CSS, JS
Let's say I have 2 variables defined as arrays, and I have a third variable. The third variable is a nested array, and it contains the variables:
var
HTML, CSS, JS
xxpertHacker Use Array#some and compare value-by-value.
There's no easier way to do it.
For comparing the nested arrays, see https://stackoverflow.com/questions/78374562 years ago
How can I tell if the camera (your point of view) is inside an object (mesh) in three.js?
Sky Leaper - A Never Ending Game
NOTE: Works both on mobile and computers, but is most convenient on computers
Basic use:
When you run the program,
HTML, CSS, JS
You can kinda think of this as part 2 of This Question.
So first of all, I would like to point out that the question is kind of unspecific. And I am
gregory54 Why can't you just fire bullets the right way yourself by practicing? You can read more about this on sri.com.my if you want. It really isn't that difficult if you ask me.7 months ago
Coder100 just change the theta
for example:
let theta = ;
let barrel1 = theta + Math.PI / 2;
let barrel2 = theta + Math.PI;
let barrel3 = theta - Math.PI / 2;
why not play diep.io instead of making one2 years ago
19wintersp What you need to do is calculate the point which is the same distance in the direction modified from the direction towards the mouse cursor. In your code, you are already calculating the start and end points of the cannons, and so you simply need to extend this by modifying the formula.2 years ago
This is in HTML
Reason I am asking this:
So I'm making a game similar to diep.io and I'm trying to make it so you can turn it into a new form.
But I f
HTML, CSS, JS
How do I make a discord bot in python?
I tried a lot of websites but it doesn't work and spits out red text:
Something about unauthorized.
Then s
RYANTADIPARTHI maybe go to the templates section and fork one, or click new repl, and get one there.2 years ago
PIXEL ART DRAWER
2021-01-28
2021-01-28 (1)
( I'm bad at this ☹ )
This is A Total Knockoff Version of Pixel Art Creator Pixel Art Maker!
Contai
HTML, CSS, JS
In HTML, what is the size limit for
localStorage.setItem()
Also, is the size limit just for that one item, or is it cumulative?
19wintersp I don't think the specification enforces a limit. In most browsers, the total amount of localStorage is around 5MB, though others may offer anywhere between 3MB and 10MB.2 years ago
Example:
Let's just say that you were making a new HTML program and it has two '.HTML' files. Each one has a script tag inside. If I were to type:
con
HTML, CSS, JS
Coder100 yeah that is a bug with repl.it. They don't recognize logs in a new process. For now, just import that file directly, and report to bugs
https://repl.it/bugs2 years ago
Baconman321 Ah, you are wanting to see it in the repl console, right?
While repl.it is quite advanced, their console still isn't the best.
You would have to open devtools to see the console (f12 or ctrl+shift+i). The console in repl only runs when you click the run button, and stops after that. Because of this it doesn't capture any other console logs from another page (because you aren't starting on that page).
Repl console only will capture console.log()s when you click run. Because a html,css,js repl i2 years ago
Run the HTML program to see the question
No jQuery
HTML, CSS, JS