So my friend and I decided we want to make a roguelike for a APCS final project. We have to use Java and ideally use some sort of online IDE like Repl.it where we both can work on it at the same time/be online. I'd prefer to continue using Repl.it but am also thinking of adding graphics, what are your thoughts. I have no idea how I would implement procedural generation and use graphics on repl.it (or any other IDE for that matter lol) so any advice/guidance would be much much appreciated. Thank you!
I am trying to run code I wrote in a file called Max.java. The class says to run it in console but you can't type in console anymore. I have tried typing java Max.java in the shell and get an error. And if I hit run it just says "Hello World". What am I doing wrong?