Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 511 Bytes

PointSalad

Overview

This project is a home exam for the course D7032E at Luleå Tekniska Universitet. It is a rewrite of the board game Point Salad, where players collect cards to score points. The refactoring that is done in this repo involves network communication and game state management. It includes various commands for sending messages to clients, handling game states, and managing player scores.

Dependencies

  • Java
  • Apache Log4j for logging
  • JUnit for testing
  • Mockito for mocking