Look at my experience with Java!

Java is my main programming language. I love it!

I have been programming in Java for about 18 months!

Table of Contents:

My Programs

Tank Battle Game

In one of the computer science courses I have recently taken, we were required to create a game with Tanks battling each other using the ACM Graphics Library. This game not only shows great understanding of Graphics and ActionListeners, but also shows a good understanding of physics. I had to implement code that utilizes the real trajectory motion of a bullet with respect to the angle of the user tank's barrel and the specified velocity of the shot. Pictures of this game running and pictures of the code are shown below. Right click the picture and select to view it in a new tab to see it enlarged.

Tic Tac Toe Game

While learning the Java Swing Library, I made a Tic Tac Toe game. I gave it the colors black and yellow because of my favorite football team: the Pittsburgh Steelers! Pictures of this game and a link to the game's code is shown below:



Click here for Tic Tac Toe code

Game 21

I wanted to make a Black Jack game, but I wanted to make one that children could play. So, I made a simplified, non-gambling form of Black Jack and I named it "Game 21" Pictures of this game and a link to the game's code is shown below:



Click here for Game 21 code