Go to file
Raphael Maenle a3e2b2a10b manual debugger action
program seems to break debugger. not sure why.
2018-01-18 22:14:45 +01:00
Codicil Merge branch TeamCMU the 2nd 2017-12-06 21:26:06 +01:00
Source manual debugger action 2018-01-18 22:14:45 +01:00
.gitignore Merge branch 'master' into Team_CMU_MergeBase 2018-01-10 17:42:23 +01:00
README.md Merged: Dispatcher, Abstraction 1 Preprocessing, Solver 2018-01-10 17:48:12 +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!

How to use Program

  • In Master, set cols and rows to size of Puzzle
  • Comment or uncomment random Puzzle Generator Line
  • Put Pieces .jpg into a 'pieces' dir at same level as git rep dir.
  • Name Pieces in dir 0000.jpg, 0001.jpg etc.

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.