Skip to content

rxl7906/PuzzleSolver

Repository files navigation

#Puzzle Solver

Implemented data structures and algorithms to solve chess solitaire games, the water jug problem, and the clock step puzzle using Java and Eclipse.

Background

Used Java Swing, the Model-View-Controller architecture, and an interface that all the puzzles inherit from.

Installation

  1. Download zip file
  2. Use Eclipse and download Java SE Runtime Environment 7.
  3. Set up an Eclipse Project for this program.

Usage

  1. On the top of Eclipse, click on "Run" and select "Run Configuration".
  2. Under the main tab, make sure project name and main class are correct.
  3. Under the arguments tab, in program arguments choose from "chessBoard1-5.txt" or "chessInitialSetup.txt" to run program.

History

Project for CSCI-142 - Computer Science II

Credits

Author: Robin Li

License

The MIT License (MIT)

Copyright (c) 2014 Robin Li

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Solves clock-step, water jug, and solitare chess puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages