Cogito, ergo sum
@Codeverse
I guess we are all geeks here.
0
Jaxit Tutorial
This tutorial was originally made on GitHub. You can check out my profile here.9
1
0
4
JaxitAn independent library to make an interactive terminal in the browser.
Jaxit | Terminals Brought to Javascript
So I made Jaxit. You can have interactive terminals. But there's more! I will make a tutorial later.15
1
4
4
7
Solar SystemA 3-dimensional model of our solar system. Made using P5.JS and WebGL.
3D Solar System!
Welcome to the solar system! Travel and discover our 8 planets (for now) and watch as the planets move. Press "o" on your keyboard to check out the orbits of the planets. Made using P5.JS and WebGL. Used P5.EasyCam.JS additionally.45
17
7
7
Solar SystemA 3-dimensional model of our solar system. Made using P5.JS and WebGL.
How should I model my asteroid belt?
I've been thinking long and hard about this, but I think that my asteroid belt is too bland. I have been experimenting with randomness, but it is usually randomized many times per second. Can you please help me figure out how to "juice" up my belt? I hope y'all can navigate it using the comments in the code. Thanks very much!SixBeeps @Codeverse This needs some stars. Also, marking as correct was removed for whatever reason.1 year ago
Codeverse @SixBeeps Assuming you want me not to use an image, but actually objects, I have to research which stars are close to the Sun. Thanks a lot! This is sure to keep me interested for a few days! I'll keep the stars static while making sure the size of my fuctum (perspective pyramid) is big enough.1 year ago
45
17
7
Why is my repl process dying unexpectedly? I think it has something to do with the io.on part, but I am not sure. Please help.
Node.js
So I made a calculator. I don't know what to say. It has around 800 lines of code. Took me around 7-8 hours for about 5 days to make this. Ran into a
HTML, CSS, JS
mikrokosmos-me It doesn't answer my question. when i write 2x2, it doesn't give me an answer when i press the answer button.1 year ago
2
CalculatorA bad calculator that has little to no styling.
43
0
2
Hello there! I have a list range error in my code. I can't seem to find the error. Could I get some help on this? It is written in Python by the way.
Python
SixBeeps Careful, you're using the same variable names for your outer loops and your inner loops. Change one of them to j or something.
image
Also, I'd suggest a different method. Instead, only store the faces of each cube (just U, D, L, etc. without the primes or the 2's). WHen you are choosing a move, rechoose if it affects the same face as it did before. Something like this?
by2 = ['U', 'D', 'R', 'L', 'B', 'F']
additives = ['', '\'', '2']
lastMove = ''
def nextMove(moveset):
global lastMove
th2 years ago
Hello and Welcome to the one and only Jaxit Tutorial. I will teach you how to use Jaxit. First of all, thank you for reading this tutorial.
Now, time
DynamicSquid Interesting! Could you also link a repl to the tutorial? I think this would be helpful to see the code in action2 years ago
Hello there! If you know Python, you probably the console where you can give inputs and make games. Well, I love Javascript, but it is only built for
HTML, CSS, JS
Welcome to Chase Down!
It is a fun adventure/simulator game!
The adventure part has come out already! The game is not based on anything. I saw Sticky
HTML, CSS, JS
Welcome to Solar System | A Model! I have made a model for the solar system. It currently has the Sun, Mercury, Venus, Earth, Mars, and the Asteroid B
HTML, CSS, JS
Join the $Online Bytt community and reap its benefits. You can make so much money. See it pile up.
Welcome to Paycheck
Paycheck is a website where y
Node.js
CREAT3
Makes Code Simple.
Infinite Possibilities, Infinite Contentment
Hello Everyone! I finally finished my CREAT3 website, and I have big updates a
HTML, CSS, JS
I did my best on this website but I am showcasing it so it needs to be perfect. Is there any way to improve?
HTML, CSS, JS
RoyalCoder1234 Just found the question. Man, this is amazing. Like what you did with it. Can't see any bugs.2 years ago
EpicGamer007 its amazing! If there was one suggestion I have, maybe improve the css. utilize animations, transitions, modern colors, styling etc. but overall its amazing. good job on this.2 years ago
CREAT3
Makes Code Simple.
Here is the CREAT3 Website. You can code without typing a single thing. Here is how you can use CREAT3.
How to use
At the
HTML, CSS, JS
Hello There! I wanted to make a sign in page, but without the difficulty of integrating Repl.it or Google sign in. You have to just make a username an
Bash