Skip to content
Open navbar menu
Sign UpLog In
Profile icon

brad frad

@INCOGNITO001
Member Of Incognito Games
  • Super Duel 0.9

    Cover page
    Made with Pygame
    Recent comments (0)
  • The Throne Version 0.1

    Cover page
    Made with Python

    Thousands of Blades clash on the battlefields of Ignadia! mount your horse and unsheath your sword to claim glory and forge your legacy!

    Recent comments (0)
Repls
Community
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
Answer My Questions or I will MELT
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 :(
Bookie0
Bookie0
Perhaps you're part of a school organization or something, and they made your account into an education user?2 years ago
IMayBeMe
IMayBeMe
Go to your acount and scroll down, click the little slider for education.2 years ago
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
do not disappoint the trivia machine!!!
highly aggressive trivia
Python
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
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
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
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
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
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
Why are there no C++ developers on repl
programmeruser
programmeruser
See https://repl.it/talk/ask/Why-does-seemingly-no-one-use-C/77509.2 years ago
LoveFromSkyy
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
TsunamiOrSumth
TsunamiOrSumth
Lots of people use c++, just dig deeper.2 years ago
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
I made this as my first ever c++ project and I am excited to broaden my horizons beyond Python.
multiplication time
C++
RhinoRunner
RhinoRunner
python is better than C++ tho...2 years ago
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
Hi! look at the patchlog for edits and comment if you have questions. Enjoy the game!!!
Medieval Land Fun Time World!!!!!!!!!!!!
Python
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
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
Medieval Land Fun Time World!!!!!!!!!!!!
Python
Gjirtngisnt
Gjirtngisnt
its ok🏍️🏍️⚓ 2 years ago
KhShahid
KhShahid
I have boared to playing this game hahhhh but it’s niiiiiiiiiiiiice game thank you!2 years ago
INCOGNITO001
INCOGNITO001
shared a Post
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
Variable and Variable printing tutorial
Python
Wumi4
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
INCOGNITO001
INCOGNITO001
shared a Post
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
Turtle racer race zee turtles ja?
Python (with Turtle)
INCOGNITO001
INCOGNITO001
shared a Post
2 years ago
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
Medieval Land Fun Time World!!!!!!!!!!!!
Python