saurabhsjoshi / pirates

Assignment 1 for COMP 5104/CSI 5134

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pirates!

Networked turn based game written using TDD methodology.

Project Structure

  • acceptance Contains acceptance test cases
  • common Contains all the game logic and unit tests
  • server Server executable
  • client Client executable

Build/Test Instructions

  • Build and run all the test cases gradle clean build
  • If using IntelliJ, execute Run All Tests run configuration to run all test cases
  • The final JAR files and test logs are placed under bin directory

Author

About

Assignment 1 for COMP 5104/CSI 5134


Languages

Language:Java 100.0%