Enzo
@ZacPlayz
I moved accounts... This is my old and alt account now, my new one if @ZacCode0
Bugs, glitches, colours, copyright, etc have been updated from The War v1.0 . Please write your opinion about this game. See last words when you compl
Java
I've worked so hard on this game... Why isn't it working?? Me and PalonST made this game in codinggrounds but its not running.... >:((
Who ever tells
HTML, CSS, JS
NoelB33 You have a syntax error somewhere, and the problem with JavaScript is you don’t exactly know where. I’d recommend looking back on the last edits you made and figuring out if you didn’t close something, or anything that would result in a syntax error.3 years ago
Read the title and please answer.
Who ever answers first correctly will gain 6 cycles
CodingCactus Read @xolyon's tutorial https://repl.it/talk/learn/Styling-text-in-Python/333843 years ago
I did a lot of the work but it would be nice if somebody helped me with this project...
If somebody wants to help me with my project will get:
Cycles
Java
EpicGamer007 Tell me what you are trying to do, I do not get anything about DDS or what it is. You can check out my repls @AbhayBhat if you are interested. I have some knowledge but I do not know if I have enough. Also, if this is gonna be a Swing project, then count me out.3 years ago
Jakman Tell me what you are trying to do and i might help you based on what you want. I know python and C#. C# is extremley similar to Java I could be a great help to you.3 years ago
I don't know why, but instead of giving me an AI AS the system gives me a random
Hello World
where there isn't even a System.out.println command... G
Java
DDS is a digital data security program that protects infinite amount of data with an infinite numbers in a custom passcode! But I'm not sure it's goof
Java
DynamicSquid So I'm not really good at java, however from what I can tell, this is really amazing! It seems like a professional site!
That's just my unprofessional opinion though...3 years ago
This program:
Secures data with a passcode.
The passcode is changeable with numbers in v1.0.
The passcode can be an INFINITE amount of numbers.
Check
Java
AmazingMech2418 I would recommend using hashing and encryption. As this is right now, it is extremely easy to hack. Even if you compile to an EXE, a hacker can just use a disassembler and find the password.3 years ago
If you have any questions, ask them in the comments.
Of course read the comments in the code to understand how to use this "calculator" in other words
Java
Phew!! After so much work on it I'm finally finished with the first version of my game, The War. PLEASE tell me if you like it and what I need add for
Java
This is a game in JS that just won't run; says it has a "unidentified variable", even though I had declared it... Who ever tells me the problem, and f
PYer Hello there @ZacPlayz! The problem is not that any VARIABLE is not defined, but rather that the function is.
ReferenceError: createGraphics is not defined
at /script.js:4:11
You need to create the function createGraphics if you want to be able to create variables using it. The undefined element is createGraphics not kg1.3 years ago
GUYS I had 360 lines of code in my game "The War" and everything went well and I connected my account to GitHub and then 60 lines of code just dissape
I want to make letter by letter output in my game "The War" to make it more nice and fancy, since I am considered a "beginner" in my coding lessons,
SixBeeps Ah yes, rolling text. Here's a method for ya:
public static void RollText(String msg) {
for(int i = 0; i < msg.length(); i++) {
System.out.print(msg.charAt(i));
Thread.sleep(100);
}
}
`3 years ago
Read the title yes, I need to make an AI assistant for my Role-play game "The War" named as Zefire. Zefire was actually planned to be an online search
PLZ guys TELL ME what is the problem in this code it looks fine to me!
Please tell me what the "100 errors" are PLŹ
P.S. wait a little bit for it to
Java
YEET uh 50 characters long?!!!!!! -_-
Python (with Turtle)
Today I just randomly decided to try a program with Python Turtle. Lmao sooo easy I without any learning in Python made this program!!!!!
Python (with Turtle)
How do I get cycles? Btw check out my new game! And, if you check it out, plz read what I wrote, ok? Thanks!
How do I get cycles?
Java
This is my unfinished game which I made in Java with a little help of my teacher in coding. READ THE COMMENT IN THE CODE, OK? Play around with da code
Java
Read the title, I guess. Whoever has used the multiplayer icon is free to comment. Also whoever hasn't done it but has theories.
I'm awaiting for answ
DynamicSquid You don't need a professional to tell you the answer. All it does is it allows other people to edit your repl alongside you.3 years ago
SixBeeps It's like sharing with edit permissions on a Google Doc. Whoever you share it with can edit the Repl.3 years ago
Can I make a social network with Java??? Because if I can, it will be my upmost project ;). Thats why I'm asking... italic Please?
plscodeinjava @ZacPlayz
It has been done!!!
Check out my post:
JavaSocial
Hope you like it!2 years ago
AmazingMech2418 You can make a social network in any language you can create a web server in, including Java, although I personally prefer Node.js. It is also preferred to make the frontend of the web server in HTML, JavaScript, and CSS, but you could also make a CLI (command line interface) frontend with Java or use a graphics library to make a GUI (graphical user interface) frontend. However, remember to store API and encryption keys in a .env file so that people don't see the keys and so that people aren't a3 years ago