PuzzleSolver/README.md

46 lines
756 B
Markdown
Raw Normal View History

2017-11-17 20:47:39 +01:00
# MPK.Puzzle
MPK Projekt Puzzle Solver
2017-11-17 20:48:46 +01:00
2017-11-17 20:55:57 +01:00
# Git intro
2017-11-17 21:32:21 +01:00
0, read github tutorial
2017-11-17 21:40:10 +01:00
1, Clone repository
2017-11-17 21:40:10 +01:00
2, branch master
2017-11-17 21:40:10 +01:00
3, dont ever touch master again
2017-11-17 21:40:10 +01:00
4, ..?
2017-11-17 21:40:10 +01:00
5, Profit
2017-11-17 20:55:57 +01:00
2017-11-17 21:40:10 +01:00
Seriously. don't merge branch to master unless you are absolutely, 100% sure it works!
2017-11-17 20:55:57 +01:00
2017-11-17 20:48:46 +01:00
# Current Todo
Git for Puzzle solving project
2017-11-17 20:48:46 +01:00
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
2017-11-17 20:48:46 +01:00
-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