Card Battle

This is a card battle engine that I wrote in 2008.  It is a completely functional game with limited opponent AI.  The game gives the player the ability to select a card deck to use, but the actual deck builder was never implemented.  Sound effects are played as the player places cards and attacks their opponent.  This game was implemented as a Java applet.  The Java Image libraries were used to draw the cards in different rotated positions.  All of the opponents cards are drawn inverted.

 

 

Try the Card Battle game

Java Runtime Environment must be installed and active in web browser

 

 

 

 

MindSweep Original Java Applet

MindSweep is a bomb sweeping game that I wrote in Java.  Left click on a cell to reveal if a bomb is underneath.  As cells are revealed, the number of bombs touching adjacent cells are displayed.  Right click to mark bomb containing cells.  Uncover all non-bomb cells to win the game.

 

 

Download MindSweep

This software is provided AS-IS.

The Java Runtime Environment must be installed to run.

Source code is included.