This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from lorenzo-cmyk/just-checking
Two known issues up until this point
- Loading branch information
Showing
47 changed files
with
540 additions
and
359 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,41 @@ | ||
# Software Engineering Project - A.A. 2023/2024 | ||
# Codex Naturalis 🌿🍄🦋🐺 | ||
|
||
## AM32 Group | ||
## About | ||
|
||
Group members: | ||
<img src=".github/images/Cover.png" width=369px height=auto align="right"/> | ||
|
||
Codex Naturalis is the final project of the "Software Engineering" course held at Politecnico di Milano (A.Y. 2023/2024). | ||
|
||
The group members are: | ||
|
||
- Matteo Bergagna | ||
- Antony Brun | ||
- Lorenzo Chiroli | ||
- Jie Chen | ||
- Matteo Bergagna | ||
|
||
## Project Status | ||
|
||
### General | ||
|
||
| Tasks | Status | Notes | | ||
|------------------------|--------|---------------------------------| | ||
| UML (Class Diagram) | ☑️ | Model + Controller + Networking | | ||
| UML (Sequence Diagram) | ☑️ | Communication Protocol | | ||
| Peer Review 1 | ☑️ | Model | | ||
| Peer Review 2 | ☑️ | Communication Protocol | | ||
|
||
### Server | ||
## Game Screenshot | ||
<p align="center"> | ||
<img src=".github/images/GUI.png" width=738px height=auto> | ||
</p> | ||
|
||
| Feature | Status | Notes | | ||
|------------|--------|----------------| | ||
| Model | ☑️ | Complete Rules | | ||
| Controller | ☑️ | N/A | | ||
| Networking | ☑️ | RMI + Socket | | ||
|
||
| Advanced Features | Status | Notes | | ||
|------------------------------|--------|-----------------------| | ||
| Multiple Matches | ☑️ | N/A | | ||
| Resilience to Disconnections | ☑️ | N/A | | ||
| Chat | ☑️ | N/A | | ||
## Project Status | ||
|
||
### Client | ||
| Satisfied Requirements | Maximum Grade | Status | | ||
|-----------------------------------------------------------------------------------------------------|---------------|--------| | ||
| Simplified Rules + TUI + RMI or Socket | 18 | ☑️ | | ||
| Complete Rules + TUI + RMI or Socket | 20 | ☑️ | | ||
| Complete Rules + TUI + RMI or Socket + 1 FA (Chat) | 22 | ☑️ | | ||
| Complete Rules + TUI + GUI + RMI or Socket + 1 FA (Chat) | 24 | ☑️ | | ||
| Complete Rules + TUI + GUI + RMI + Socket + 1 FA (Chat) | 27 | ☑️ | | ||
| Complete Rules + TUI + GUI + RMI + Socket + 2 FA (Chat & Multiple match) | 30 | ☑️ | | ||
| Complete Rules + TUI + GUI + RMI + Socket + 3 FA (Chat & Multiple match & Disconnection resilience) | 30L | ⚠️ | | ||
|
||
| Feature | Status | Notes | | ||
|------------|--------|------------------| | ||
| Networking | 🕑 | Socket only RN! | | ||
| TUI | ☑️ | N/A | | ||
| GUI | ‼️ | Not yet started! | | ||
### Currently Known Issues | ||
|
||
| Advanced Features | Status | Notes | | ||
|------------------------------|--------|----------------| | ||
| Multiple Matches | ☑️ | N/A | | ||
| Resilience to Disconnections | 🕑 | Working on it! | | ||
| Chat | ☑️ | N/A | | ||
- 🟨 The branch with the correct version of the network stack is not yet merged. Therefore, the network is not informing the View if the initial connection was successful or not. | ||
- 🟥 The branch with the correct version of the network stack is not yet merged. Therefore, the network is not activating the PingTask that allows (in both Client & Server) the disconnection discovery in RMI. | ||
|
||
## Code Coverage | ||
|
||
| Package | Role | Coverage (%Methods) | Coverage (%Line) | Testing Status | | ||
|-------------|----------------------|---------------------|------------------|----------------| | ||
| .model | Game Model | 100% | 97% | Completed ☑️ | | ||
| .chat | Chat Model | 100% | 100% | Completed ☑️ | | ||
| .controller | Game+Chat Controller | 90% | 63% | Ongoing 🕑 | | ||
The average code coverage, between Model and Controller, is 96% for methods and 85% for lines, all (known) edge cases are covered. | ||
The coverage is calculated using the IntelliJ IDEA built-in tool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.