Avi Beskrowni
@avibeskrowni
:chicken:
(ignore the repl)
i have planned out a platformer game, but while coding it in vscode i encountered a problem that i don't know how to fix. i don't k
HTML, CSS, JS
tussiez AABB collisions.
In JavaScript:
const checkCollision(obj,obj2) {
return obj.x obj.x && obj.y obj2.y
}
// Takes two objects with x,y,height, and width
`2 years ago
Is there any way I can use javascript to find rhymes for words?
ignore the repl
HTML, CSS, JS
Original by @mkhoi.
So, repl.it makes funny default names. Whoever can make the best code based off of their default name will win five cycles!
Post t
Viper2211 Here is mine : https://repl.it/@Viper2211/SuperWoefulCustomers
P.S Sorry for the messy code... I was in a hurry to do this, because I have some school work to do later!3 years ago
A fun ten-minute code that I made! Hope you enjoy!
Also, put suggestions for new training texts in the comments.
HTML, CSS, JS
bgrubert I got a "Cannot read property 'split' of undefined' error when I tried to train the author with trump3 years ago
Just a small code I made in a few minutes
updates:
press " " to clear screen
more to come!
i really need suggestions as to what I can add to this co
HTML, CSS, JS
My Typing Game
have you ever wanted to type things from trump's inauguration speech?
have you wanted to have your speed and accuracy recorded?
well,
HTML, CSS, JS