Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lordryan756

Pages: [1] 2 3 ... 16
1
Forum Games - The Beer Cellar! / Re: Word Association
« on: July 03, 2014, 06:53:15 PM »
Die

2
Forum Games - The Beer Cellar! / Re: Would you rather?
« on: June 30, 2014, 06:13:44 PM »
PS4, however I am all for PCMasterRace

AMD or nVidia (Graphics Cards)?

3
Forum Games - The Beer Cellar! / Re: Word Association
« on: June 30, 2014, 06:08:44 PM »
Recoil

4
...Not sure if this is late or not (Assuming not by the previous post(s)), but If this is still going on I think I'd like the following: Maths, Geology, Stats, World Building, C++, Etiquette, Latin, and Drawing. Not sure if they all fit, but I figure if I'm going to learn, I will learn ALL the things! Going for "Renaissance Man" status, heh.
...On a related note, I could toss out some Java-related courses if anyone is interested. If not, I have a random smattering of videos at http://www.youtube.com/user/ImperatorRyan (Shameless self-plug, heh). Anyways, hope this continues. Certainly seems worth a shot. Again, I still have no idea if it's been dropped, due to my not being around in the past year or so.

-Enjoy,
Ryan

5
Forum Games - The Beer Cellar! / Re: Would you rather?
« on: June 29, 2014, 12:09:34 AM »
Reason.

Would you rather Pepsi or Coca Cola?

6
General Gaming - The Arcade / Re: Haven and Hearth - Exilian's Colony
« on: March 27, 2012, 08:52:45 PM »
Same here! Summer is the time of the video-games!

7
Goodbye, Marcus! We shall surely miss your humor, your mods, and most certainly your effect on this community. I would like to thank you with all of my heart and good-will for creating such a fun and interesting community. You shall always be remembered and we hope you still visit us every now and then. Have a good life :D

-Loyally yours,
Ryan

8
Non-game Programs - The Tinkers' Workshop / Re: Ryan's Java Stuff!
« on: March 19, 2012, 09:31:41 PM »
Copy & Pasta from the main post, just so that you don't get confused with some of the text :P

The Box
Spoiler (click to show/hide)

9
Since this thing is so old, maybe consider updating and/or providing links? Hopefully we have some new stuff to add to it :P

10
I agree with hazza. Half the threads in this forum need an update. I think I'll do my share tommorrow, since i'm too tired to think of anything useful to say.

11
I have decided that I know enough to point the way to fellow Java Programmers. I will only type up the stuff that I know (A trivial amount, really). This amounts to mostly GUI related objects and facts, since I am only currently learning how to animate and create games. Hope you find this useful :P

Note - This is not finished. I will be adding bits of this and that when I recall them. Don't rush :P

1) First off, you need an IDE (Integrated Development Environment). This provides syntax errors and checking your code for you (Be warned, you will still need to de-bug it yourself ;) ). Some very useful IDEs are the Eclipse and Netbeans IDE. These are both different with different approaches. The Eclipse IDE is based FULLY on code. With the Netbeans, it is less code-dependent, as it has a drag-and-drop system, where you just drag the component to where you want it and then code the responses. I use the Eclipse IDE :P

2) You will then need to find a sufficient tutorial (Hopefully mine will suffice. If not, just go to the links at the bottom of this post). I will provide this to you over the coming pages.

3) A notepad (PAPER!!) and/or some note-cards to write down the bits that won't stick in your head! These will also be for fleshing out ideas and drawing/sketching prototype GUI (Graphical User Interface), such as where to put buttons, the text-boxes, etc. These can also be used to draw or visualize the interactions between each button and/or action. This will be very important when dealing with a lot of windows or different components.

Now that you have all of these, lets get going! Just as a note, I will be assuming you are using Eclipse, so you may need to translate to Netbeans :P.

Grammar and Syntax ( Please, for the mother of god, READ THIS PART FIRST):
Syntax in Java is a little funny. It is, however, a little more beginner friendly than the larger/more integrated languages (Depending on what you want to use it for). Here are some examples:

Semicolons ( ; ) - These must end EVERY LINE. I cannot stress this enough. You could write the MOST EPIC program ever, but if there are none of these, then you may as well have never thought of Java in the first-place. The only exception is when you are creating a "Method"(Discussed later). Please remember this!

Tabbing(Indenting) - Java components can be written in a straight, never-indenting line of code. But, guess what? Not everyone can read like this! This is what the tabbing is for. It easily organizes everything in relation to everything else. For example, if there were 2 line of code within a main body, they would be indented from the "Declaration" of that body, but they would both be next to each-other.

Some Sources ( For those cynically-inclined :P ):
http://www.eclipse.org - Download for the Eclipse IDE mentioned at the beginning of this post
http://www.netbeans.org - Download for the Netbeans IDE mentioned at the beginning of this post
http://www.youtube.com/thenewboston - Great beginners tutorial, but ends rather soon
http://www.java-gaming.org - A rather nice forum for those in need
http://www.tigsource.com - A good website with plenty of games and ideas

More tutorials will be coming up presently! Right now, just look around and familiarize yourself with the layout and feel. Also, if possible, watch the linked "TheNewBoston" Java tutorials. May take a bit of searching, since he does so many different tutorials :P

12
I've been incredibly busy with chores, homework, finishing a science project, working on some programs, etc. Very hectic now-a-days. But, that is over. More time for Exilian :D

13
Happy Exilian Day! Happy Birthday! March-Madness all-around! I expect to see some drunken and/or funny posts tonight :P

14
Township / Re: Township - Development Thread
« on: March 14, 2012, 11:50:57 AM »
Nice idea, SotK :D! I especially like the "Scatter Trees" or "Forests" idea. Would definitely bring a little bit more into it, don't you think?

15
Non-game Programs - The Tinkers' Workshop / Re: Ryan's Java Stuff!
« on: March 12, 2012, 11:25:51 PM »
Sweet, thanks. I'll implement it tommorrow, when I have more time. Right now I want to relax and watch some Youtube :D

Pages: [1] 2 3 ... 16