/README.md (99172917a0bf37d28a4a288c4faf0e81eff32502) (444 bytes) (mode 100644) (type blob)
# NHL-DPainter
This repo is a school project for Design Patterns.
use 'dub' to compile and run the code.
# NOTES
* CheckBounds werkt retrograde (laatst toegevoegde item eerst checken) en stopt na een collision.
# TODO
* Undo en redo werkt nog niet helemaal lekker. Waarschijnlijk als gevolg van het niet gebruiken van pointers in de 'shapes' array.
* File IO op undo redo afstemmen.
* Commands door een enkele klasse laten uitvoeren (?)
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
247 |
e3a425337e7facc62ee7ed7a3c2a74025b98969c |
.gitignore |
100644 |
blob |
444 |
99172917a0bf37d28a4a288c4faf0e81eff32502 |
README.md |
100644 |
blob |
223 |
d998cf4e28f9bf19ccee8066e0840ab0ee01484d |
dub.json |
100644 |
blob |
60 |
979754a49248a51ccdc87ce475bb25294d51f4d8 |
dub.selections.json |
100644 |
blob |
222 |
a56a45758236afbd3c9be88682a5819b07a9fb9e |
example.sav |
040000 |
tree |
- |
1c6336e46c0ac54111ba2ec6b6e2eb5703618575 |
source |
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