Skip to content

Commit

Permalink
final updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Chen committed Jan 6, 2017
1 parent 5b3ec52 commit 3e418b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ A Java GUI implementations of revised traditional number slider game application

## Table of Contents:
* [Credits](https://bitbucket.org/chenchenece/number-slider-puzzle-game-app/overview#markdown-header-credits)
* [How to Run Project](https://bitbucket.org/chenchenece/number-slider-puzzle-game-app/overview#markdown-header-how-to-run-project)
* [Project Information](https://bitbucket.org/chenchenece/number-slider-puzzle-game-app/overview#markdown-header-project-information)
* [Design Idea](https://bitbucket.org/chenchenece/number-slider-puzzle-game-app/overview#markdown-header-design-idea)
* [Gaming Rule and Game Panel](https://bitbucket.org/chenchenece/number-slider-puzzle-game-app/overview#markdown-header-gaming-rule-and-game-panel)
Expand All @@ -16,6 +17,16 @@ A Java GUI implementations of revised traditional number slider game application
* [Dr. Kristof Cools](http://www.nottingham.ac.uk/engineering/departments/eee/people/kristof.cools)
* All teaching assistant of Web Based Computing (H63JAV) (Spring 2016) (University of Nottingham)

## How to Run Project

The distributed output app can be refer to './dist/NumberSliderPuzzleGameApp.jar'.

To start, first cd to the './dist' directory and run following command:

<pre>
java -jar "NumberSliderPuzzleGameApp.jar"
</pre>

## Project Information

The mission of this desktop GUI number slider puzzle game application is to generate a shuffled number slider puzzle game and allow users to solve it by sliding numbered block to limited empty space with minimal moves and time.
Expand Down
6 changes: 0 additions & 6 deletions dist/README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
BUILD OUTPUT DESCRIPTION
========================

When you build an Java application project that has a main class, the IDE
automatically copies all of the JAR
files on the projects classpath to your projects dist/lib folder. The IDE
also adds each of the JAR files to the Class-Path element in the application
JAR files manifest file (MANIFEST.MF).

To run the project from the command line, go to the dist folder and
type the following:

Expand Down
Empty file added dist/backup.txt
Empty file.

0 comments on commit 3e418b2

Please sign in to comment.