Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | god_hands_solver: stop complaining about the missing .depend | Olivier 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-05 | Add the GNU GPLv2 license to the project | Olivier Gayot | |
2014-03-05 | Rewrite the Makefile to make it more reusable | Olivier Gayot | |
2014-03-05 | Clean the code and avoid fix some crashes | Olivier Gayot | |
2014-03-05 | god_hands_solver: improve the interface a bit | Olivier Gayot | |
2014-03-05 | god_hands_solver: commit first version of the project | Olivier 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. |