• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Beginners Java Game Book

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all, i've been designing a mud with a partner who uses Java to implement the game designs i've come up with and I really want to learn Java to help him out, or at least, understand whats going on.

I have a book, its called Big Java by Cay horstmann.. its actually a textbook from a local college. Here's my problem..

Im bored with it. THe code examples etc are not related whatsoever to what I want to do with Java and its making learning hard. If i could relate it to a game, NOT 2d or 3D! mind you, because i'f found many of those, I could understand what was going on.

Anyone have any idea what book could possibly be best for me as a beginner that wants game related stuff in the examples/walkthroughs/exercises that isnt about 2d or 3d?

ie framework???
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not the best person to recommend a book for you. I don't know anything about programming games. But I accidentally came upon something today.

I was browsing the websites of the authors of Essentials of Programming Languages, and I just happened to notice that Chris Haynes http://www.cs.indiana.edu/~chaynes/ taught a class last summer called Game Programming in Java.

Indiana University Precollege Institute Summer 2003
Game Programming In Java
http://www.cs.indiana.edu/~chaynes/pi/
http://www.cs.indiana.edu/~chaynes/pi/description.html

Here is the textbook (577 pages) for the class
http://cortland.cs.williams.edu:16080/~cs134/eof/textSwing/
http://cortland.cs.williams.edu:16080/~cs134/eof/textSwing/bookmain.pdf

and the course by the authors of the textbook
http://cortland.cs.williams.edu:16080/~cs134/s04/
 
I didn't say it. I'm just telling you what this tiny ad said.
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic