EliasTheGreat
@EliasTheGreat
5
bouncy ballThis is a basic bouncy ball simulation in p5 js. You can spawn a ball by simply clicking on the canvas.
128
8
5
studentmrcode 4 months ago
1
Data IntepreterThis program inputs a set of data and can output, the sorting from least to greatest, the range of the data, the median of the data, the upper quartile, the lower quartile, and the interquartile range.
15
0
1
Pig Latin or originally named Hog Latin is a non-official language that kids invented. If you don’t know what pig Latin is, it’s basically English wit
Python
This is a simple calculator, that I made that doesn't have the order of operations. It might not be the best but it's the first calculator I've made.
Python
This is a repl.it where you select a range for the number you will be guessing. Then you guess the number and if it's wrong the program will tell you
Python
FuriousTsunami This is really cool! Maybe you could make it so that you only get three guesses? Then, when you guess it right, you could make it so that it generates a new random number. You could see how many random numbers you get right before you run out of guesses!2 years ago
This is an online mad lib that takes your inputs and puts them into the story. This is the second repl that I've made so I hope you enjoy it.
Python
TheCheeseCoder @EliasTheGreat
good for a second repl, but you could make changes
1) Terminal games get a little bit dry without colors, so use try to use a module like termcolor for your next project.
2) Try to minimalize the amount of code. Parts of the code can be put into functions and other things. I was guilty of this when i started python, but i've learnt from then
3) Using the sys and os modules help a lot when it comes to terminal stuff. u don't need to learn the whole module, but learning little t2 years ago
This is the first repl that I made on my own. Hope you enjoy it for the short amount of time it takes to complete.
Python