Bridges Case Study

Bridges is a simple two person strategy game where each player tries to create linked bridges from one side of the playing area to the other.

Source code:
Bridges.java BridgeCanvas.java

Compiled classes:
Bridges.class BridgeCanvas.class
 
 

Wish List

The current version is a solitaire game where the player competes against a very stupid computer player.  The following enhancements are suggested.
 
  1. Modify the program so it is a two (human) player game.
  2. Make the window close button operational.



 CPE 205 Home Page