PuzzleSolver/README.md
2017-12-03 20:35:35 +01:00

45 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MPK.Puzzle
MPK Projekt Puzzle Solver
Don't merge branch to master unless you are absolutely, 100% sure it works and you have discussed it with pm!
# Team Current todo:
Gruppe 1 (Baumgartner, Neußner, Reitter) DONNERSTAG
- Verschnellern, Ecken genau treffen (nicht zu genau)
- Layer: Abstand zwischen den Ecken (Puzzleteilseitenlängen)
Gruppe 2 (Angel, Daniels, Kopp, Waldhütter) DONNERSTAG
- Zusammenbau (Empfehlung: OpenCV) fürs Erste einmal grob ausreichend
Gruppe 3 (Chung, Gotzmann, Papa, Uray) DONNERSTAG
- God-Variables (Log, Puzzle Matte, Puzzle Box) erstellen und einen Prototypen für die Layerimplementierung erstellen
Gruppe 4 (Kaselautzke, Maenle, Rauer, Weidinger) DONNERSTAG
- Grundprogramm verallgemeinern, Funktionen zusammenlegen mit Bedacht auf Schnittstelle der Gruppe 3
- Random Puzzle Generator erweiterbar gestalten
Gruppe 5 (Wolf, Prenn, Magyar) SONNTAG
- Rohbilder gerade drehen und einen transparenten Hintergrund einstellen.
- ODER händisch nachbearbeiten
# Alle Current todo:
- Git anmelden und Tutorial durcharbeiten wenn man sich nicht auskennt. Dann fragen, wenn es probleme gibt.
- CLion bei allen installiert
- OpenCV bei allen installiert (MinGW wenn auf Windows)
# Git intro
0, read github tutorial
1, Clone repository
2, branch master into a team branch (named "Team"+[teamname])
3, work only in this team branch or subbranches
4, don't ever touch the master.
Seriously. don't merge branch to master unless you are absolutely, 100% sure it works and you have discussed it with pm.