Jump to content

JAVA with LAN?

- - - - -

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

#1
vammus2006

vammus2006

    Newbie

  • Members
  • Pip
  • 6 posts
is it possible that java can create a game using keyboard to move the character?
and is it also possible to java to make a lan game?

i need a lot of help on this i want to create a simple game but multiplayer using LAN and i dont know where to start. if somebody can help me i can pay you thx

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Yes and Yes. Are you familiar with using the java.net library?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
vammus2006

vammus2006

    Newbie

  • Members
  • Pip
  • 6 posts
somehow im familiar.. uhmm do you know the game called patintero? from phillipines? thats the game i want to make with lan im done with the characters designing and environment i only need now is how to start the program if someone could help im very thankful

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I'm not familiar with patintero. You may want to design the user interface and game logic first, adding network connections as it becomes possible to send data.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
vammus2006

vammus2006

    Newbie

  • Members
  • Pip
  • 6 posts
can you teach me how will i start? is there any tutorial for making a game?

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Start by clearly stating the rules and components of the game. There are probably game making tutorials out there. Just google for them.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
vammus2006

vammus2006

    Newbie

  • Members
  • Pip
  • 6 posts
i have the rules and components of the game my problem is i want to start the program of the game but i dont know where to start can you give me some link for some tutorials?

#8
abzero

abzero

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 217 posts
Google? Free Game Programming Books Download Free Game Programming Ebooks Online

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
OK, once you know the rules and components, you have to start deciding on what the logical relationships between them are, what properties they have, etc.

Note, you will need to do a lot of design work BEFORE you write one line of code. Once your design is firmed up enough, there will be parts of code that it will become natural to write. You may want to read my series in the tutorial section about building a large program for ideas. My example was in PHP, but there are still a lot of ideas that will apply.

General rule: if you don't know what to do next, you need to work on design, not code.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#10
vammus2006

vammus2006

    Newbie

  • Members
  • Pip
  • 6 posts
thank you very much but for now what is the latest java version? and where can i download it?

thank you abzero

#11
abzero

abzero

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 217 posts

vammus2006 said:

thank you very much but for now what is the latest java version? and where can i download it?

Ok, I absolutly hate it when people answer with this; but google it! There are lots and lots of programming information and answers there. You can get Java for free from Sun, or you can download bundled with Netbeans again from Sun.

#12
vammus2006

vammus2006

    Newbie

  • Members
  • Pip
  • 6 posts
oh sorry abzero do you know how to program a game in java?