PiervitoCreanza / IS24-AM02

This project is a Java-based implementation of the table game "Codex Naturalis", developed as the final project for the 2023/2024 Software Engineering course at Politecnico di Milano.
4 stars 0 forks source link

Added ServerNetworkControllerMapper test and fixed endphase when no cards are left #155

Closed simonecurci closed 4 months ago

simonecurci commented 4 months ago

This PR should fix the endgame phase. It still need some testing to check if everything works correctly during a "normal" game. Some changes needs to be handled by the client. In this globalboard method: image the getFirst() method could return null when no cards are left and this thing needs to be handled both on the TUI and GUI.