Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Hello!

  1. #1
    Junior Member
    Join Date
    Sep 2018
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Hello!

    I am A 27 year old male from Michigan USA, my primary interest in code is to learn enough to make a fairly complex RPG from notes in my room into a one day working game, I have been aspiring to make games and am looking to use the simple retro-style games of the past 3 decades as a example to develop a coalescent game i can call my own, i deeply want to do this for the self gratification i will feel designing this theoretical program one day, maybe not today, but each day as a step to the great work being completed.
    My primary focus then will be on first a improved understanding of the syntax and the fundamentals of JAVA, how to make multiple class's communicated, and how to use the language inside of eclipse as it was designed to be used, I have a long way to go, but i would like to learn to make rogue like randomized graphical game tile worlds, with additional procedural content generation, I would like to understand how multiplayer networking would be implemented in the future, but there is so much i have to learn!

    I Just wanted to say hi! and to detail why i am here

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Hello!

    use the language inside of eclipse
    A comment: eclipse is a useful tool for building computer programs. Programs can be built using a simple editor. The final program should not have anything to do with eclipse. Many older programmers recommend beginners start learning java by using an editor and executing the program from the command prompt to get a better understanding of how java works. Also there is a learning curve for using eclipse that shouldn't compete with the efforts a beginner makes to learn java. OMO
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Sep 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hello!

    Hi