You must hand in by using git
bitbucket.org,
gitlab.com, or
github.com,
git push your local repo to the above remote repo.
node_modules/
.gitignore file.
Send a mail to <nmla@iba.dk> with:
handin <subjectname>'
in the subject line of your mail
In this assignment you must, by the use of modules, create a new architecture for your solution to the section called “Assignment DE.5.0 - Project I, Fall 2020”. For each game think in terms of at least three JavaScript files:
We suggest that you start with restructuring the unaltered solution that you handed in. Hand that in as one branch. Then create another branch and think in terms of improving the solution by compartmentalizing the code to have more functions each of which does less. A function should do one thing, and do it well.
Finally this is also an opportunity to improve the yatsy solution with things you didn't have time for in the project.
This assignment may be solved in the groups from the original project, or it may be solved individually if you like the challenge, or if you fell out with the group :-|