Jump to content

java programming!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
javaman

javaman

    Newbie

  • Members
  • PipPip
  • 12 posts
hi,

is it possible to develop a java game that is executable? i.e that can be installed.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
A java game will require the Java runtime environment be installed. That said, It can be deployed as a jar file that extracts its contents to a folder, etc.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
javaman

javaman

    Newbie

  • Members
  • PipPip
  • 12 posts

WingedPanther said:

A java game will require the Java runtime environment be installed. That said, It can be deployed as a jar file that extracts its contents to a folder, etc.

Hi,
can anyone direct me to a good tutorials on drawing in java.
i.e i want to draw car and allow it to move horizontally inside a lane.
or draw a person and move him vertically or horizontally using keyboard keys.

any example codes or tutorials will do