7 Replies - 626 Views - Last Post: 27 May 2012 - 03:41 AM Rate Topic: -----

Poll: Beginning Programming Java Games (8 member(s) have cast votes)

Do you think that programming simple games would be a fun and good way to start learn java programming?

  1. Yes (1 votes [12.50%] - View)

    Percentage of vote: 12.50%

  2. No (7 votes [87.50%] - View)

    Percentage of vote: 87.50%

Vote Guests cannot vote

#1 jonnimark  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 25-May 12

Beginning Programming Java Games

Posted 26 May 2012 - 05:28 PM

Do you think that programming simple games would be a fun and good way to learn java programming?
Is This A Good Question/Topic? 0
  • +

Replies To: Beginning Programming Java Games

#2 farrell2k  Icon User is offline

  • 1.21 Jiggawatts!
  • member icon

Reputation: 566
  • View blog
  • Posts: 1,736
  • Joined: 29-July 11

Re: Beginning Programming Java Games

Posted 26 May 2012 - 05:34 PM

NO!!!! Game programming is HARD! You're going to become confused very quickly, then you will lose motivation. It's a lesson I am now just recovering from. The best way to learn Java is to force yourself to learn the boring stuff, then you should move to game programming.
Was This Post Helpful? 0
  • +
  • -

#3 macosxnerd101  Icon User is online

  • Self-Trained Economist
  • member icon




Reputation: 9044
  • View blog
  • Posts: 33,550
  • Joined: 27-December 08

Re: Beginning Programming Java Games

Posted 26 May 2012 - 05:35 PM

It depends on what you define as "simple." I think students should have a solid handle on loops, Strings, and arrays before writing games. And at that point, the games should be limited to console or JOptionPane versions of things like rock-paper-scissors, number guessing games, etc. Games like Tetris, Asteroids, etc., are too complex, though these are the games everyone wants to jump into.
Was This Post Helpful? 1
  • +
  • -

#4 ILoveJava  Icon User is offline

  • D.I.C Regular

Reputation: 28
  • View blog
  • Posts: 369
  • Joined: 12-March 12

Re: Beginning Programming Java Games

Posted 26 May 2012 - 10:19 PM

As Mac stated above, if you have a decent grasp on the basics, programming simple games can be a breeze, and can be a good way to learn. Or you could just go out and buy a book on Java (I'd suggest buying Core Java I & II) and just progressing with examples they have in their. Just don't do what most people do, and jump into bigger games, getting extremely frustrated when they don't compile/run properly, and giving up on Java completely, start small, and then progress big.
Was This Post Helpful? 1
  • +
  • -

#5 pbl  Icon User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8032
  • View blog
  • Posts: 31,185
  • Joined: 06-March 08

Re: Beginning Programming Java Games

Posted 26 May 2012 - 10:22 PM

No. Starting to learn basic stuff like Collection frame work is a better idea. And difficult to integrate into a game
Was This Post Helpful? 1
  • +
  • -

#6 Gungnir  Icon User is offline

  • Your Imaginary Friend

Reputation: 151
  • View blog
  • Posts: 527
  • Joined: 21-May 11

Re: Beginning Programming Java Games

Posted 27 May 2012 - 12:15 AM

Designing games is a great way to practice and implement the skills that you learn whilst studying Java.

The caliber of game that you'll be able to produce correlates directly to your level of proficiency in the Java language.

Gaming is a project, and Java is your tools. You need some tools before you can get started on the actual work.
Was This Post Helpful? 2
  • +
  • -

#7 v0rtex  Icon User is offline

  • Caffeine: db "Never Enough!"
  • member icon

Reputation: 218
  • View blog
  • Posts: 758
  • Joined: 02-June 10

Re: Beginning Programming Java Games

Posted 27 May 2012 - 02:39 AM

No, I do not think that starting out Java with game programming is advisable, but that does hinge on if you have any other experience in programming. If you have done C++ for example and have a good handle on the basics like variables, loops, decision structures, arrays etc... Then I think that making a very simple game like a number guessing game or the like.

On the other hand, if you are completely new to programming and have not even gone through the basics before, then I reckon stick with the basic examples and preferably buy a book on Java programming.
Was This Post Helpful? 2
  • +
  • -

#8 TheCoderNextDoor  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 3
  • Joined: 27-May 12

Re: Beginning Programming Java Games

Posted 27 May 2012 - 03:41 AM

Like most others have said, I would say no. But it sort of depends on what kind of game you want to make, for example if you want to make a game like MineCraft, then definitely no, but easy simple text games or displaying a little login screen with a few buttons is easy to understand whilst learning Java. You should really just get through all of the boring crap and then get into graphics.
Was This Post Helpful? 1
  • +
  • -

Page 1 of 1