summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-21god_hands_solver: stop complaining about the missing .dependOlivier Gayot
GNU make emitted a warning at first compilation because the provided Makefile tries to include a .depend file which is not delivered in the repository. This file is created at the first compilation and therefore the warning is not emitted afterward. To stop complaining about this file, we replaced the 'include' directive by the '-include' which simply ignores the files that do not exist.
2014-03-05Add the GNU GPLv2 license to the projectOlivier Gayot
2014-03-05Rewrite the Makefile to make it more reusableOlivier Gayot
2014-03-05Clean the code and avoid fix some crashesOlivier Gayot
2014-03-05god_hands_solver: improve the interface a bitOlivier Gayot
2014-03-05god_hands_solver: commit first version of the projectOlivier Gayot
This version of the project is entirely functionnal. Nevertheless, we should make a small interface showing the values as a circle because the id's on standard output do not seem very clear.