Siarl / sd-project-2020-VU

Project for Software Design (XB_40007), Computer Science @ VU Amsterdam, 2019/2020. TextAdventureGame Group 7: Koen van den Burg, Bogdan Cercel, Claudia Grigoras, Sofia Konovalova, Wilkin van Roosmalen.
https://studiegids.vu.nl/en/2019-2020/courses/XB_40007
GNU General Public License v3.0
1 stars 0 forks source link

Assignment 2 #3

Closed Siarl closed 4 years ago

Siarl commented 4 years ago

Here we can discuss and plan Assignment 2


Assignment 2

Modeling. By building on assignment 1, you will model the system via UML models (see the Modeling section in the Team Project guide).

Implementation (base). You implement a minimal subset of the system (e.g., the text adventure game allows only empty rooms and basic movement of the user). In this context, the goal is to show the instructors that you acquired the basics about how to correctly represent your modelled design solution in Java.

The revised version of assignments 1 and 2 will be taken into consideration to see how the instructors’ feedback has been addressed.

Carefully follow the structure of the document provided here: https://github.com/S2-group/software-design-vu/blob/master/docs/assignment2.md (Links to an external site.)

IMPORTANT: when submitting, provide the URL of the GitHub pull request corresponding to your submission. Submissions without such URL will be ignored.

Grading. This part represents 50% of the final grade of the team project.

Assignment 2 Rubrix Part Points (total = 60)
Feedback from Assignment 1   10.0 pts
Class diagram   10.0 pts
Object diagram   10.0 pts
State machine diagrams   10.0 pts
Sequence diagrams   10.0 pts
Implementation   10.0 pts

Let's go!

Siarl commented 4 years ago

Alright, who wants to do what?

reglayass commented 4 years ago

First things first we all need to individually put the libraries in our projects in IntelliJ

reglayass commented 4 years ago

Me and Koen can figure out the scenes, and I can write up JSON objects for them for now

reglayass commented 4 years ago

TODO:

reglayass commented 4 years ago

Quick architecture diagram for context: Screenshot from 2020-02-20 14-40-10

reglayass commented 4 years ago
reglayass commented 4 years ago

DIVISION OF LABOR:

reglayass commented 4 years ago

READ EVERYTHING ABOUT WHAT PART YOU HAVE

reglayass commented 4 years ago

Screenshot from 2020-02-20 15-21-34

reglayass commented 4 years ago

https://drive.google.com/file/d/1jhrRGMSLz0yVcZccsQ_RViUayJ8J7Lrw/view?usp=sharing

Siarl commented 4 years ago

I just pushed a quick PoC of the code. Opinions?

Siarl commented 4 years ago

Screenshot from 2020-03-03 18-14-54 :smiley_cat: