arith24.java 
For an entertaining game I suggest you try out Huahai Yang's Arithmetic 24. It's quite a challenge, and you may find yourself soon addicted to the game. It's not only a great educational game, the source code is available for you to learn Java programming.
"Arithmetic 24" is a simulation of a popular traditional card game liked by kids and adult alike in China. The players are given 4 playing cards. Their job is to use the number on each card once and only once, and to compute them until the result equals 24 . The players can apply all of these arithmetic operations: addition, subtraction, multiplication and division to achieve the goal. The players must come up with the solution as quickly as possible to get higher score.
Usage: Simply point to Huahai Yang's JAR file from the CODEBASE parameter of the applet, i.e. codebase = "http://www-personal.umich.edu/~huahaiy/arith24"
Java Source: arith24-src.zip
HTML Source:
<applet code="Arithmetic24.class"
codebase="http://www-personal.umich.edu/~huahaiy/arith24"
archive="arith24.jar" align="baseline" width="640" height="400">
</applet>
Author: Huahai Yang
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
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.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|