Jump to content

need help w/ login system

- - - - -

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

#1
tootsydg2

tootsydg2

    Newbie

  • Members
  • Pip
  • 1 posts
I'm currently in the process of writing a MUD with JDK1.6.0_07 and eclipse ganymede.

I'm looking for a good tutorial, or some codes posted on this thread, that I can use to for a login system (creating a username, checking usernames, creating a password, hiding the password while it's being entered)

thanks:
.::the dog named tootsie::.

#2
Turk4n

Turk4n

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,847 posts

tootsydg2 said:

I'm currently in the process of writing a MUD with JDK1.6.0_07 and eclipse ganymede.

I'm looking for a good tutorial, or some codes posted on this thread, that I can use to for a login system (creating a username, checking usernames, creating a password, hiding the password while it's being entered)

thanks:
.::the dog named tootsie::.

I think you should really learn to use google...

http://java.sun.com/docs/books/tutorial/

http://www.freejavaguide.com/

Good sites also try to get some ebooks, you can direct download or torrent it. Just google it up !
Posted Image

#3
xnix23

xnix23

    Newbie

  • Members
  • Pip
  • 1 posts
Hi there! Im also interested in MUD's so if you have a blog where you keep your updates or what you did and HOW you did, please let me know. I'd like to see how to start programming a game like that in java, thanks! Many luck with your project ;)