The following is a collection of programs I have written in Java for various school assignments, projects, etc. They were developed using the Java Developer Kit and Eclipse IDE.
Print Lines, Sales-Tax, and Change Calculator
Download: Print Lines, Sales-Tax, and Change Calculator
Version: 1.0
Filesize: 4.35 KB
Date Added: 12-20-2009
Downloads: 138
Category: Java
Tags: print lines, sales tax, change
Description: This program demonstrates how to do some line prints, calculating sales tax, and calculating change in coins.
Dice Rolling Game
Download: Dice Rolling Game
Version: 1.0
Filesize: 4.41 KB
Date Added: 12-20-2009
Downloads: 128
Category: Java
Tags: ai, game, dice, human vs. computer
Description: This is a simple human vs. computer dice game.
PIG Game
Download: PIG Game
Version: 1.0
Filesize: 12.81 KB
Date Added: 12-20-2009
Downloads: 135
Category: Java
Tags: human vs. computer, game, ai, pig
Description: This project has three classes in it. One for human vs. human PIG, one for human vs. computer PIG, and one for computer vs. computer PIG (useful for testing computer strategies).
Game of Life
Download: Game of Life
Version: 1.0
Filesize: 12.79 KB
Date Added: 12-20-2009
Downloads: 130
Category: Java
Tags: game, game of life
Description: This project takes text input files, and uses the file to play Conway's Game of Life.