kapstok / NHL-DePa2 (public) (License: Unspecified) (since 2018-11-09) (hash sha1)
Design Patterns school project; a GUI using multiple Design Patterns.
No history found.

README.md:

NHL-DPainter

This repo is a school project for Design Patterns.

use 'dub' to compile and run the code.

Entities

Entities are stored in a Command. Each Command is saved in History.

The rendering of Entities is done through History. First are all Commands rendered with a foreach-loop.

If an Entity is added to a Group, The Entity is unable to save itself anymore. From that point, Group has the task to save itself, including all it's members.

Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/kapstok/NHL-DePa2

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/kapstok/NHL-DePa2

Clone this repository using git:
git clone git://git.rocketgit.com/user/kapstok/NHL-DePa2

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main