HOME
|
Introduction to Java Programming:
Recommended Projects
|
|
- Basic Hangman
-
Program a text version of the Hangman game.
- Escaped Hangman
-
Program a cooler version of the Hangman game that runs in a non-scrolling window.
- Graphic Hangman
-
Program a version of the Hangman game in a graphics window.
- Matrix Arithmetic
-
Implement a class to perform matrix arithmetic.
- Dawkins's Weasel
-
Implement Richard Dawkins's algorithm
illustrating evolutionary processes.
- Tic-Tac-Toe
-
Program a tic-tac-toe game.
The GUI is already
done for you;
everything you need
is in javaintro-00-01.jar.
- Tower of Hanoi
-
This is the puzzle
that requires you
to move disks
from one rod
to another,
with the rule that
you can never put a disk
on top of a smaller disk.
The GUI is already done for you.
- The Cartesian Plane
-
Plot equations
in the Cartesian plane.
The GUI is already
done for you.
|
BACK TO TOP
Last Updated:
20-January-2020
|
Contact the instructor at:
johnstraub1954@gmail.com
|