ste7en / ing-sw-2019-chiappalupi-formicola-iannucci

🕹 Software Engineering 1 Project - BSc Thesis
2 stars 1 forks source link

Last commit 8 days ago #3

Closed michele-bertoni closed 5 years ago

michele-bertoni commented 5 years ago

Are you still working on the project? I see that your last commit is 8 days ago: deadline is near and you should be working hard. From your readme I can see that you're still working on rules, rmi, cli, gui and 2 AF. Is that right?

michele-bertoni commented 5 years ago

Also, one test is failing: it.polimi.ingsw.model.BoardTest.testAddAndGetBloodFrom Error Details expected:<[yellow, yellow]> but was:<[null, null]> Stack Trace java.lang.AssertionError: expected:<[yellow, yellow]> but was:<[null, null]> at it.polimi.ingsw.model.BoardTest.testAddAndGetBloodFrom(BoardTest.java:165)

daniCh8 commented 5 years ago

Yes, we are still working on the project but during these few days we have been studying for some other exams.

The BoardTest error has just been fixed (it was due to a previous implementation of the code). The rules are actually over, but we're still testing them through the game. The same goes for RMI.

As for CLI and GUI, they are both partially written and we will finish them soon. Moreover, we've been also setting the game up for Multiple Games and Persistence.

michele-bertoni commented 5 years ago

Fixed.