PuzzleSolver/README.md

42 lines
904 B
Markdown
Raw Normal View History

2017-11-17 22:23:44 +01:00
# MPK.Puzzle
MPK Projekt Puzzle Solver
# Git intro
0, read github tutorial
1, Clone repository
2017-11-18 20:20:58 +01:00
2, branch master into a team branch (named "Team"+[teamname])
2017-11-17 22:23:44 +01:00
2017-11-18 20:20:58 +01:00
3, work only in this team branch or subbranches
2017-11-17 22:23:44 +01:00
2017-11-18 10:02:21 +01:00
4, don't ever touch the master.
2017-11-17 22:23:44 +01:00
2017-11-18 10:02:21 +01:00
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
# Current Todo
Git for Puzzle solving project
1, Input:
-Puzzle Bilder in richtige Orientierung bringen
-Puzzle Bilder informaion rein raus oder kante extrahieren
-Schnittstelle zwischen Input und Solver definieren
2, Solver
-Grundsätzliche Aufbauweise
-Puzzle nach bekommenen Informationen der Input Gruppe lösen -soweit dies möglich ist-
3, Output
-Transparenz der Bilder einstellen
-visuelle Darstellung des outputs von Solver
-Schnittstelle zwischen Solver und Output definieren