Go to file
PGotzmann c56b117d81 Added CLions local project directories and .DS_Store (MAC OS) to gitignore
Local folders created by CLion and MAC OS are now excluded in gitignore. This allows users to work directly in the local Git directory without syncing unnessasary files.
2017-11-22 11:05:35 +01:00
Source added main 2017-11-17 21:38:47 +01:00
.gitignore Added CLions local project directories and .DS_Store (MAC OS) to gitignore 2017-11-22 11:05:35 +01:00
README.md edited todo in readme to new todos 2017-11-21 16:23:26 +01:00

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!

Current Todo

Git for Puzzle solving project

1, Input:

  • Kontrolle, ob extrahierte Information rotationsinvariant ist

  • Information in definierte Schnittstelle übergeben

  • Farbdurchschnitt der einzelnen Puzzleteile extrahieren

2, Solver

  • Puzzle Solver Abstraktion 1 fertig erstellen (Form)

  • Puzzle Solver Abstraktion 2 (Farbdurchschnitt) Konzept erstellen und programmieren

  • Random Algorithmus?

3, Output

-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.