1 / 6

Patrick K. Rono Game Programming SLIDER PUZZLE CSIS 4491 Spring 2005 With Dr. C. Xu

Patrick K. Rono Game Programming SLIDER PUZZLE CSIS 4491 Spring 2005 With Dr. C. Xu. Story of the game. Your kingdom has found a treasure, but it is locked up in a safe. Your have the key, but it is a series of blocks all jumbled up.

jerold
Download Presentation

Patrick K. Rono Game Programming SLIDER PUZZLE CSIS 4491 Spring 2005 With Dr. C. Xu

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Patrick K. Rono Game Programming SLIDER PUZZLE CSIS 4491 Spring 2005 With Dr. C. Xu

  2. Story of the game. • Your kingdom has found a treasure, but it is locked up in a safe. • Your have the key, but it is a series of blocks all jumbled up. • You have to return them to their original position by sliding them about.

  3. Requirements • Implemented in java. • Using javabeans and java applets.

  4. Playing the game • The player chooses the level. • The blocks load in random order. Background music plays while the blocks load. • Player moves the blocks around by clicking on them. • Try and get all blocks to turn green.

  5. UML SliderPuzzleApplet Sprite MouseListener JPanel Sprite2D implements RectSprite SliderPuzzleBean ControlBean RandomizerBean

  6. An now lets play the game. The sliderpuzzle

More Related