A one-sided Battleship game with source included. Try to find all the ships in less than 50 turns.
My applet is similiar to the battleship game. It is played by trying to guess where all of the computer ships are in the least number of tries. The computer ships are placed at random and changes every time.
I used jdk 1.1.8
Unzip with a
compression utility.
Java Source: source.html
Sample HTML Source:
<APPLET code=battle.class height=320 width=600>
<Param name="array" value="">
</APPLET>
Status: free
Author: Peter Wetsel
Homepage: http://www4.ncsu.edu/~phwetsel/battle.html
Upload Date: December 30, 1999
New on the Java Boutique:
New Article:
AccelTree Fulcrum 1.2
If you look at most programs, you will discover that they essentially are comprised of code segments that are very standard in nature. For example, code to validate a data item in a database, or code to insert a record set in a set of tables. Fulcrum is a sophisticated template-based code management system that enables Java developers to maximize code reuse and simplify the programming process.
... [more articles]
New Tutorial:
Package Design
Designing is probably the most important phase in the
software development life cycle. In this series, Samudra will discuss
the packaging of classes that are part of the system and will conclude
this series with a small case study of the concepts discussed.
... [more Tutorials]
Year in Review:
The Best of 2002
The year 2002 saw 201 new applets posted to JavaBoutique.
Check out the 2 most popular apps from each month of 2002!
... [popular applets]
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.