Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 471 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 471 Bytes

Backgammon

Multiplayer version of the game Backgammon.

Guide to the project

The source code is located in the folder "src". The project plan, project log, customer discussion and proposed features in "project_plan.pdf". The class diagram can be found in the "class diagram" folder. The storyboard is found in "storyboard.pdf".

==ant commands== clean compile jar run clean-build

default command does clean run

================