Java

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: 9
Category: Java
Tags: print lines, change, sales tax

Description: This program demonstrates how to do some line prints, calculating sales tax, and calculating change in coins.
Print Lines, Sales-Tax, and Change Calculator


Dice Rolling Game

Download: Dice Rolling Game
Version: 1.0
Filesize: 4.41 KB
Date Added: 12-20-2009
Downloads: 8
Category: Java
Tags: human vs. computer, dice, game, ai

Description: This is a simple human vs. computer dice game.
Dice Rolling Game


PIG Game

Download: PIG Game
Version: 1.0
Filesize: 12.81 KB
Date Added: 12-20-2009
Downloads: 8
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).
PIG Game

About PIG


Game of Life

Download: Game of Life
Version: 1.0
Filesize: 12.79 KB
Date Added: 12-20-2009
Downloads: 10
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.
Game of Life