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

[TUI] Handle when no cards are left in the deck #156

Closed simonecurci closed 4 months ago

simonecurci commented 4 months ago

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.

simonecurci commented 4 months ago

GUI is working, TUI is crashing

PiervitoCreanza commented 4 months ago

Fixed by #158