The Artima Developer Community
Sponsored Link

Java Answers Forum
Any Examples

3 replies on 1 page. Most recent reply: Oct 17, 2003 1:54 AM by Ernie Douglas

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Ernie Douglas

Posts: 18
Nickname: y2j
Registered: Nov, 2002

Any Examples Posted: Oct 14, 2003 10:22 AM
Reply to this message Reply
Advertisement
I was Wondering if anyone had any examples of java coding i could look at or could run, for example, any games or anything that is to do with java, would be very thankful


FredrikN

Posts: 22
Nickname: fredrikn
Registered: Jul, 2003

Re: Any Examples Posted: Oct 14, 2003 11:28 AM
Reply to this message Reply
Hi.
You can download this hangman game.
It's full open source, just unpack it and compile it with
javac Driver.java and then run it with java Driver.

All words in the words.text is swedish, you can change it to your own language if you want, it must be between 3 och 7 characters.

www.thegate.nu/tmp/hangman.tar.gz

Clay Dagler

Posts: 21
Nickname: cdagler
Registered: Jul, 2003

Re: Any Examples Posted: Oct 14, 2003 8:11 PM
Reply to this message Reply
If you are just starting out you should look at:
1) http://java.sun.com/docs/books/tutorial/
2) http://www.javacoffeebreak.com/

Ernie Douglas

Posts: 18
Nickname: y2j
Registered: Nov, 2002

Re: Any Examples Posted: Oct 17, 2003 1:54 AM
Reply to this message Reply
Thanks For Your Help

Flat View: This topic has 3 replies on 1 page
Topic: coding of calculator Previous Topic   Next Topic Topic: infix to postfix converter

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use