PuzzleSolver/README.md

45 lines
1.0 KiB
Markdown
Raw Normal View History

2017-11-17 22:23:44 +01:00
# MPK.Puzzle
MPK Projekt Puzzle Solver
2017-11-21 16:23:26 +01:00
Don't merge branch to master unless you are absolutely, 100% sure it works and you have discussed it with pm!
2017-11-17 22:23:44 +01:00
# Current Todo
Git for Puzzle solving project
1, Input:
2017-11-21 16:23:26 +01:00
- Kontrolle, ob extrahierte Information rotationsinvariant ist
2017-11-17 22:23:44 +01:00
2017-11-21 16:23:26 +01:00
- Information in definierte Schnittstelle übergeben
2017-11-17 22:23:44 +01:00
2017-11-21 16:23:26 +01:00
- Farbdurchschnitt der einzelnen Puzzleteile extrahieren
2017-11-17 22:23:44 +01:00
2, Solver
2017-11-21 16:23:26 +01:00
- Puzzle Solver Abstraktion 1 fertig erstellen (Form)
- Puzzle Solver Abstraktion 2 (Farbdurchschnitt) Konzept erstellen und programmieren
2017-11-17 22:23:44 +01:00
2017-11-21 16:23:26 +01:00
- Random Algorithmus?
2017-11-17 22:23:44 +01:00
3, Output
2017-11-21 16:23:26 +01:00
-visuelle Darstellung des Outputs der Matrix von Solver
hier soll das 'fertige' Puzzle dargestellt werden
# 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.
2017-11-17 22:23:44 +01:00