New to Java

Hi Obviously Im new to Java and I was wondering if anyone could help me get started. I eventually want to program games in Java. Can someone point me in the right direction?
Thanks

Check the wiki… http://wiki.java.net/bin/view/games

I’m a big fan of Endolf’s Coke and Code tutorials…

www.cokeandcode.com

If you’re new to Java you’re a long way from making games. First read some tutorials about language itself. There’s a good, free book from Bruce Eckel: Thinking in Java… you can download it in pdf… google it. Also there are many tutorials on sun’s pages. What get me going is divelog tutorial (learning about frames and other gui stuff).

Well, how long way from making games he is depends alot on any previous knowledge he has. If you’re new to java, but know alot about object oriented programming, and have previously written games in for example C++, then it wont take long to start writing games in java.

But if you have little other programming knowledge, then yes you are a long way from writing games…

As much as I would like to take credit for them, they are kevglass’s tutorials, but yes, they are good :slight_smile:

Endolf