Ancient Bison
@AncientBison
Technically every coder is an entomologist.
2
Flying AnglesA cool platformer made with my own physics engine!
49
0
2
Is there any way to use sass/scss on repl.it? If my browser can compile it why can't it work?
HTML, CSS, JS
coding1001 @AncientBison there is a way to use sass! view my tutorial here: https://replit.com/talk/learn/How-To-Use-SASSSCSS-In-REPLIT/1294142 years ago
Coder100 Hi, SASS doesn't compile that! Node.js does! Hit ctrl+shift+s to do your node.js things.3 years ago
I need something to move
Screenshot 2020-08-02 at 3.19.43 PM
TO:
thumb
HTML, CSS, JS
Coder100 Hi. To make it move, I would probably do something like this:
.navbutton {
/* ... */
animation: move-up 1s;
}
@keyframes move-up {
to { transform: translateY(-100px); }
}
Basically, its a 1 second animation called move-up that translates the y-position of each navbutton up 100px
Further Reading
Translate CSS
CSS animation
Hopes this helps!3 years ago
This simple but fun canvas platformer.
How to make your own level
STEP 1
Ctrl + click the level number and set it to zero then the stage should be e
HTML, CSS, JS
I made a online code editor. It can run js! Umm... there is nothing else to say!
HTML, CSS, JS
Geocube101 I keep getting an error for line 17 in script.js
SyntaxErorr: Unexpected identifier at /script.js:17:6
I'm pretty sure that variable declaration needs to be inside a constructor
constructor()
{
var _countcall = 0
}
`3 years ago
PyAnimator!
So I have been noticing that Python animations are big right now so I made a python program to make animations. The program will take wha
Python
ChezCoder Python animations aren't really that big, its just that everyone likes to kick back and watch me suffer while making Moral of the Story for them3 years ago
My simple program here is to show and ask why the numbers go down and up at random, when the numbers should go down!
Python
Does anybody want me to make you a website because corona virus is making me bored
ivanmanuelvelez your right we already know what to do why do people want websites about it? are they fans of coronavirus?!?!?!?!3 years ago
Help please i want undefined to go away and i dont know why it is there
Node.js
Does anybody know?????????? This post must be 50 charecters :)
AtriDey Python is just way easier. IMO, learning JS is just like C++ but kinda not hell. That's why I'm procrastinating going past loops. Not to mention that you have all the community-made packages that add tons of functionality with a line of code and a pip command. Also, all the Asians like me know that Python gets you basically any CS job, while JS just gets web-design jobs, assuming you know HTML/CSS too.3 years ago