Chess Documentation

3
PROJECT NAME : SAM CHESS GAME Title : Java/JSP Developer Skill : JAVA APPLET Date : 04/26/2007 Description : : Currently, we are working on a website were user can play different online games. Now are looking for someone who could deliver the game CHESS. It is 2 players Game. Database: Database is not required Tool : NetBeans

description

dd

Transcript of Chess Documentation

PROJECT NAME :

SAM CHESS GAME

Title:

Java/JSP Developer

Skill:

JAVA APPLET

Date :

04/26/2007

Description: :

Currently, we are working on a website were user can play different online games. Now are looking for someone who could deliver the game CHESS. It is 2 players Game.

Database:

Database is not required

Tool :

NetBeans

Directory Structure::

All Applet files (.java files) are running in NetBeans where new project is created in java classes option. In this project all .java and image files are saved in src of the project and all class files along with images are stored in build/classes of the project. Main.java file is saved in src.

Project name= chess

All .java files are saved in Directory: \chess\src

All class files are saved in Directory: \chess\build\classes

Main.java file are saved in Directory: \chess\src\chess

All image files are saved in Directory: \chess\build\classes\images and

Directory: \chess\src\images

Project Description::

This project has been developed keeping in mind all the necessary rules as per as the international standard. If any novice player violates the rule then he/she will be alerted with a help message in the game window. Basically it’s a mainly two player game, whereeach player is identified with their respective colored pieces .The two players will be identified by their name also which they have to set in the corresponding text fields. The winner will be declared along with his name at the end of the game. This game software can be extended with further functionality in future scope.