I wanna try making a Java game?

Discussion in 'Programming General' started by Riverwar, Dec 1, 2009.

Thread Status:
Not open for further replies.
I wanna try making a Java game?
  1. Unread #1 - Dec 1, 2009 at 4:57 PM
  2. Riverwar
    Joined:
    Dec 1, 2009
    Posts:
    135
    Referrals:
    0
    Sythe Gold:
    0

    Riverwar Active Member

    I wanna try making a Java game?

    Im interested to know how it works and learn a bit about it. I have seen some strange tings here but no one talking about making games, maybe i am crazy? But since RuneScape was made with Java it may be possible, i tought. However, i dont wanna create RuneScape 3, i would be very happy if i mannage to make a moving piece of shit that hits something with a stick.
    Note: i have no idea about this. So someone got something i could read or tell me where to start? thanks!
     
  3. Unread #2 - Dec 1, 2009 at 7:12 PM
  4. Pain Killer
    Joined:
    Nov 16, 2009
    Posts:
    629
    Referrals:
    0
    Sythe Gold:
    0

    Pain Killer Apprentice
    Banned

    I wanna try making a Java game?

    There's many E-Books...But trust me, it takes a long time to make a game...not including the time to learn how to.
    If you are in high school like me, take java class like I am.
     
  5. Unread #3 - Dec 1, 2009 at 7:40 PM
  6. Riverwar
    Joined:
    Dec 1, 2009
    Posts:
    135
    Referrals:
    0
    Sythe Gold:
    0

    Riverwar Active Member

    I wanna try making a Java game?

    Im currently on high shool and learning such programs like flash and visual basic, but theres no Java classes, i tough reading about it in my free time, could you recommend me some e book please? I know it takes a long time but i have a lot of free time and i don't even wanna make something that great, for now.
     
  7. Unread #4 - Dec 2, 2009 at 12:20 AM
  8. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    I wanna try making a Java game?

    Sun's Official Java Tutorials are always handy.
    http://java.sun.com/docs/books/tutorial/
     
  9. Unread #5 - Dec 20, 2009 at 1:26 AM
  10. pkwithpink
    Joined:
    Nov 14, 2008
    Posts:
    770
    Referrals:
    0
    Sythe Gold:
    0

    pkwithpink Apprentice
    Banned

    I wanna try making a Java game?

    If I were you I would progress towards coding a game in this manner:

    1) Read a couple of E-Books on coding in java as well as reading the official Sun Java Tutorials.

    2) Start making simple programs to test different methods you have learned (do this as you are reading the E-Books).

    3) Code a more complex program that uses several of the methods you will be using when coding a game.

    4) Try and code a game.

    Trust me it will take very long and it is very hard.
     
  11. Unread #6 - Dec 22, 2009 at 12:52 AM
  12. runeowner
    Joined:
    Jan 23, 2007
    Posts:
    456
    Referrals:
    0
    Sythe Gold:
    0

    runeowner Forum Addict
    Banned

    I wanna try making a Java game?

    Hey bro, I took 2 programming classes in high school,
    my first personal project was a pong game ( which i completed succesfully )
    my second project was a pacman game ( I did everything but failed on the AI of the ghosts ).. then gave up on it because the school year ended... :(

    Anyways, first off try working with an applet or a console, make some animations.. like a pacman moving across the screen ..

    Then go into a pong game...

    anything really but if you need help I am willing to help you:

    [email protected]
     
  13. Unread #7 - Dec 22, 2009 at 5:23 PM
  14. Draucia
    Referrals:
    0

    Draucia Guest

    I wanna try making a Java game?

    If you want to make a game, you must learn how to do other stuff (which I barley know).
    I reccomend that you forget about making a game right now, and start making more simpler things. Try a calculator. Goodluck :D.
    Pm me for a REALLY good 400 page ebook (don't know if I can give it here).
     
  15. Unread #8 - Dec 22, 2009 at 10:55 PM
  16. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    I wanna try making a Java game?

    game programming is, for the most part, language-indifferent.
     
  17. Unread #9 - Mar 14, 2010 at 3:52 PM
  18. Lehsyrus
    Joined:
    Sep 4, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    Lehsyrus Newcomer

    I wanna try making a Java game?

    As said above start off easy. The basics will get you very far. I also suggest not trying to create a game alone, even an easy game. What you should do is create a very simple program that you move a dot with your arrow keys, and when the dot hits the walls it restarts to the beginning, and you have to make it to the end. If you do something like this, you can learn the basics of movement and key control, as well as learn the basics of restarting a loop.

    After you get that down, try adding more levels, maybe a timer, and if you are really getting into it, try a save game, after that take a look at some 3d models, just keep pushing yourself to get further and further until your dot game turns into a multi-graphic masterpiece of n00b learning.

    Remember, wonton-soup is delicious, and programming will take time to learn.
     
  19. Unread #10 - Apr 1, 2010 at 12:08 PM
  20. slashshot007
    Joined:
    May 6, 2006
    Posts:
    164
    Referrals:
    0
    Sythe Gold:
    0

    slashshot007 Active Member

    I wanna try making a Java game?

    making a game in java is no simple task.
    it is easy to do, but it takes time, and understanding of how they work.

    you will need to learn how to paint onto panels, etc, as well as control how they move. Depending on the size of the game, you will be required to create many many objects each with their own fields(properties), and have them able to interact with each other.

    The only way i managed to understand how to do this is by taking some java courses that showed me how to create GUIS, and taught be the concept of Object Oriented Programming.

    Its not simple, it takes time, and yeah the best bet would be to buy a book or something.
     
  21. Unread #11 - Apr 1, 2010 at 8:45 PM
  22. 666maggot666
    Joined:
    Dec 7, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    666maggot666 Newcomer

    I wanna try making a Java game?

    If you're just starting, there's no way in hell you're gonna be able to make a whole new game..
     
  23. Unread #12 - Apr 20, 2010 at 8:49 PM
  24. D4nny k0s u
    Joined:
    Jun 27, 2009
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    D4nny k0s u Member

    I wanna try making a Java game?

  25. Unread #13 - Apr 27, 2010 at 8:43 PM
  26. aznguy94
    Joined:
    Feb 11, 2007
    Posts:
    304
    Referrals:
    0
    Sythe Gold:
    0

    aznguy94 Forum Addict

    I wanna try making a Java game?

    Try making simpler games like Tic-Tac-Toe, and work your way up with other simple (but more difficult) games like Checkers, Tron, Pacman, Space Invaders, etc. Keep in mind to make these games truly worth your time in learning you'll want to eventually make them against an AI.

    Start with simple 2D games, getting to where you can make a games like those old-timey arcade games against an AI. It shouldn't take more than a few months if you are apt and dedicated.

    Keep in mind not everyone has strong enough logic and reasoning to be a programmer, and just because you like playing games does not at all mean you are capable of making a game like runescape.
     
< Try Out New Kbot [always Flawless Scripts] | Bot making >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site