Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Avi Beskrowni

@avibeskrowni
:chicken:
  • nav-world

    Cover page
    Made with HTML, CSS, JS

    a game

    Recent comments (0)
  • TypingGame

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • pencil-clicker

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • rain

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
avibeskrowni
avibeskrowni
shared a Post
2 years ago
how to make wall detection in a platformer using p5js?
(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
red 20x20 circle
HTML, CSS, JS
tussiez
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
avibeskrowni
avibeskrowni
shared a Post
3 years ago
Is there any way I can use javascript to find rhymes for words? ignore the repl
blank html
HTML, CSS, JS
SixBeeps
SixBeeps
You can use this HTTP API for that.3 years ago
avibeskrowni
avibeskrowni
shared a Post
3 years ago
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
HackermonDev
HackermonDev
https://repl.it/@PDanielY/HandyPoorInternalcommand3 years ago
ashrit_lv
ashrit_lv
https://repl.it/@ashrit_lv/TiredGentleSystemresource 3 years ago
Viper2211
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
avibeskrowni
avibeskrowni
shared a Post
3 years ago
A fun ten-minute code that I made! Hope you enjoy! Also, put suggestions for new training texts in the comments.
nonsense novel writer
HTML, CSS, JS
bgrubert
bgrubert
I got a "Cannot read property 'split' of undefined' error when I tried to train the author with trump3 years ago
avibeskrowni
avibeskrowni
shared a Post
3 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
rain
HTML, CSS, JS
bgrubert
bgrubert
Nice job! How is the interactivity going to work? Does smaller rain fall faster?3 years ago
AphixDev
AphixDev
Bro this is SICK3 years ago
avibeskrowni
avibeskrowni
shared a Post
3 years ago
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,
TypingGame
HTML, CSS, JS