[java] Need Tutorial/weblink

Started by
3 comments, last by jva 21 years, 9 months ago
I am new to the java game. i want to do some java game programing .Can anybody provide me some good links or websites about java game design or framework as well as some website which i can download some free code. If you can help me, appreciate a lot .....
Advertisement
i believe there is a tutorial along with sample code right here on this site (some kind of Pong game i think)


EDIT: found it. http://www.gamedev.net/reference/articles/article1262.asp
_______________________
http://mill.3dfxsweden.net

[edited by - mill-o on July 21, 2002 5:11:54 AM]
_______________________ http://mill.3dfxsweden.net
Look around www.sun.com, you should be able to find tutorials there
If memory serves me, you can filter for both games and java based programs on sourceforge.

"Java 2D Graphics" from O''Reilly press, although not a game programming book, still has lots of good graphic information that game programmers will find useful.

javagaming.org has a few examples up. One thing I''d recommend checking out is a pacman game that someone posted on the newbies forum. Look for the thread with over 100 posts. That game is essentially the end product of a lot of people on the forums pitching in ideas, and it has lots of good stuff in it. As far as I know, it represents the best known way to get smooth graphics in software with java (damn garbage collector!) It runs very smoothly on my machine, and in turn my game ended up running very smoothly because of it.
Thanks a lot ......

This topic is closed to new replies.

Advertisement