Adblock breaks this site

I wanna try making a Java game?

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

Thread Status:
Not open for further replies.
  1. Riverwar

    Riverwar Active Member

    Joined:
    Dec 1, 2009
    Posts:
    135
    Referrals:
    0
    Sythe Gold:
    0
    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!
     
  2. Pain Killer

    Pain Killer Apprentice
    Banned

    Joined:
    Nov 16, 2009
    Posts:
    629
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  3. Riverwar

    Riverwar Active Member

    Joined:
    Dec 1, 2009
    Posts:
    135
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  4. Jimmy

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25
    I wanna try making a Java game?

    Sun's Official Java Tutorials are always handy.
    http://java.sun.com/docs/books/tutorial/
     
  5. pkwithpink

    pkwithpink Apprentice
    Banned

    Joined:
    Nov 14, 2008
    Posts:
    770
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  6. runeowner

    runeowner Forum Addict
    Banned

    Joined:
    Jan 23, 2007
    Posts:
    456
    Referrals:
    0
    Sythe Gold:
    0
    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]
     
  7. Draucia

    Draucia Guest

    Referrals:
    0
    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).
     
  8. super_

    super_ Member

    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0
    I wanna try making a Java game?

    game programming is, for the most part, language-indifferent.
     
  9. Lehsyrus

    Lehsyrus Newcomer

    Joined:
    Sep 4, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  10. slashshot007

    slashshot007 Active Member

    Joined:
    May 6, 2006
    Posts:
    164
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  11. 666maggot666

    666maggot666 Newcomer

    Joined:
    Dec 7, 2008
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0
    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..
     
  12. D4nny k0s u

    D4nny k0s u Member

    Joined:
    Jun 27, 2009
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0
    I wanna try making a Java game?

  13. aznguy94

    aznguy94 Forum Addict

    Joined:
    Feb 11, 2007
    Posts:
    304
    Referrals:
    0
    Sythe Gold:
    0
    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 >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site