Meh.
I might learn that, but I'm too lazy and uninspired to start coding anything.
Printable View
the reason i'm at the bottom is all programming courses i find for free start out with Java, which i hate, and they all do it the same way. they dump you into something that you cannot solve at the point they have taught you, and then they crash your browser by not helping you at all. i need a soup to nuts (no jokes about that) tutorial in QB64 of how to make a text adventure. that's all i want to do, write Interactive Fiction, or TADs as they were called in their heyday
I don't have the exact quote, but servers are also handling a cheating client and delivery network to send scripts to the client on.
He gets a bit spare from it and its nice for being 16. But i should be making ~100$ a month or more in a few months once i improve upon my knowledge of Java and efficincy as a coder just selling bots for a mmo.
Backreading, THAT made MY day. :wacko: :lmao: :lol
My friend Wyndsong is an epic artist :]
Don't graphing calculators use Basic, if so, I know a tiny bit, but not much.
And tbh the only reason i'm on the forums atm is because i'm having errors logging into the SDN of Powerbot and can't test and re-arrange my code. So i'm having downtime atm.
i talk daily with game programmers and they complain DAILY about Java and it's insanity. this one guy uses BASIC, the other C++ a lot, and yet another in Python, and they all agree that they cannot stand java.
here is some code i can think of off the top of my head, should work in most compilers:
modify as you need to.Code:Print "Hello World"
that image made me want to do this to Korra::portal:
PS2 time.
HOLIDAYS!!
I feel good. In the end I didn't order new games, went with a wireless keyboard and mouse :D
Also, hello everyone. Hope you are all having a nice day today :)
Using java i would rather do something more like.
Also i'm not 100% sure if the Time.sleep is native java or not but i'm fairly sure.
Which just doing that would be bad coding as is tbh.Code:
System.out.print(" Hi Gunslinger Boy");
Time.sleep(250,500);
Time.sleep will wait how many ever miliseconds are in the thing.
In this case 250,500