Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 556 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 556 Bytes

Mathdoku

A Mathdoku graphical solver in Python 2.7.x using Tkinter.

This program was part of a CS course (April/May 2014).

TODO

This is a non-exhaustive list of suggestions to improve this program (contributions are welcome!):

  • Rename variables, translate comments.
  • Improve grid saving/loading (see tkFileDialog.asksaveasfilename).
  • Use OOP and classes (maybe design patterns also) to improve code quality.
  • Improve README.

License

This project is released under the MIT licence, see LICENCE file for more details.