Skip to content

jfsulliv-zz/Java_Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======= Group 13 Project - CPSC 219

Team Members:

  • Dylan Dobbyn
  • Daniel Contreras
  • Zsanett Rado
  • James Sullivan (Lead)


PROJECT INFORMATION

The project will consist of a simple Checkers game written in Java.

Features:

  • Graphical interface including menus, board, etc
  • Two-player checkers game
  • One-player checkers game vs. simple AI
  • Scoreboard(?)
  • Tournament mode(?)

DOCUMENTATION

All documentation will be recorded in the Code Repository (GitHub), in .txt format

Each deliverable will contain one summary Document which contains information on the work that was done during the deliverable, and updates on the organization of the project.

These Documents will be commited to the Documentation Directory.


CODE FORMAT

Code will be written with in an object-oriented fashion. All classes will have relevant documentation as a header, including all relevant methods.

4-space Indentation will be used for consistency.

Documentation on all classes will be provided giving basic insight into their purpose and their contained methods. In addition, line documentation will be used in any relevant areas for clarity.

The Code will be commited to the Project branch.


HOW-TO: GIT

Pulling

  1. Create and sync a local folder with the Git repository (git clone https://github.com/JamesSullivan1/CPSC219_Team13_Project.git)
  2. Pull the most recent version of the repository (git pull)

Pushing

  1. Pull the most recent version of the repository (git pull)
  2. Make any changes to files, add new files, et cetera
  3. Enter the command (git add -A) to add all updated files to the local repository
  4. Enter the command (git commit -m "YOUR MESSAGE HERE") to give the commit a brief description
  5. Enter the command (git push origin master) to push the local version to the global repository


HOW-TO: ANT

First ensure that Apache Ant is installed and up to date. The following commands are entered from the command prompt in the directory of this README.

ant clean : will clean the directory of remnant builds.

ant compile : builds and compiles the files into the build/ directory.

ant dist : generates a distribution jar file with a datestamp.

ant run : runs the generated jar file to launch the game.

About

Checkers game written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages