brad frad
@INCOGNITO001
Member Of Incognito Games
HI! I don't know how my account randomly swapped to education, so how do I turn it off? It wont let me publish an explore repl so Im a little :(
SO when i tried to use ellipse() command in HTML CSS and JS repl, it yelled at me it was all like grr and i was all like ahh so... could you help me g
tussiez ellipse is a function available only when you use the p5.js library. This is not available in vanilla JS.
2 years ago
Coder100 you need to add a p5.js script.
ellipse() isn't js, it is p5.js. It requires an implementation.
https://repl.it/@Coder100/LimpingBrownScales-Coder100-and-mark-the-correct#script.js
here is a working repl, and a nice template for that as well.2 years ago
Kookiez Well, you should've used processing.js.
How do you make one?
Just click the + in the nav bar and search "processing java" or something like that.
Here is a picture:
image
2 years ago
Why are there no C++ developers on repl
LoveFromSkyy I will side with you on this post- I have not found many shared C++ posts on repl in the past 3 days. If you want to collab with me, I would love to.2 years ago
I made this as my first ever c++ project and I am excited to broaden my horizons beyond Python.
C++
Hi! look at the patchlog for edits and comment if you have questions. Enjoy the game!!!
Python
Version 1.1 is here!!! We have a few cool things. The NORTHERNER function!!! There is a new event in the game which is a mini-engine on its own. It is
Python
KhShahid I have boared to playing this game hahhhh but it’s niiiiiiiiiiiiice game thank you!2 years ago
Hello! This tutorial is for those who are new to python and have heard this term before but don't know what it means.
What is a Variable?
A variable i
Python
Wumi4 Nice! But I will fix (and add) some information for your tutorial:
There is a problem (not very big, but still can make inconvenience sometimes) with the f-string. It can combine with other char-string (e.g.fu adding unicode support) but not all (e.g. you can't use fb if you want binary support), so the old .format() is usually a good way. They all works the same!
For the += and -=, I want to add some more information, they are simply just the sugar syntax of varname = varname val. E.g.
var += 2 years ago
This is a relatively simple yet quite entertaining game I made, I stole the idea from realpython.com so I made myself a little rendition of it! Enjoy
Python (with Turtle)
This is my game, and it is in early development. By 2.0 we will have some really cool stuff and an awesome framework for this medieval-themed RPG!!! Y
Python