summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-12Update to term-sudoku 1.1, implement CMake buildJulian Eigmüller
2021-10-12Forgot to update .SRCINFOJulian Eigmüller
2021-10-12Remove dialog dependencyJulian Eigmüller
2021-09-15delete filesJulian Eigmüller
2021-09-15Update for static releaseJulian Eigmüller
2021-09-15Modify -f option so that you now choose a file in the ↵Julian Eigmüller
~/.local/share/term-sudoku directory via a dialog window
2021-09-01Add savegame folder to .gitignoreJulian Eigmüller
2021-07-03Fixed memory leak: malloc'd string "statusbar_backup" not free'dJulian Eigmüller
2021-05-27add aur notice to readmeJulian Eigmüller
2021-05-27typo in pkgbuildJulian Eigmüller
2021-05-27add .SRCINFOJulian Eigmüller
2021-05-27gitignore updateJulian Eigmüller
2021-05-27more testsJulian Eigmüller
2021-05-27makefile testJulian Eigmüller
2021-05-27update .gitignoreJulian Eigmüller
2021-05-27add pgkbuildJulian Eigmüller
2021-05-27makefile updateJulian Eigmüller
2021-05-26minor tweaks in main.c and add manpageJulian Eigmüller
2021-05-26reorganized the draw calls, so that draw isn'tJulian Eigmüller
called everytime the cursor is moved
2021-05-25improvements on some stuffJulian Eigmüller
2021-05-25new layout that allow noting possible numbers for each squareJulian Eigmüller
2021-05-22code optimizationsJulian
can solve the sudoku by hitting d key makefile optimizations
2021-05-22minor improvements and update readmeJulian Eigmüller
2021-05-21add GNU notices to filesJulian Eigmüller
2021-05-21Updated readmeJulian Eigmüller
removed example sudoku files, sudokus are generated now
2021-05-21added sudoku folder to .gitignoreJulian
2021-05-21now generate a sudoku with a unique solutionJulian
can save sudoku
2021-05-21makefile: removed sudo from commandsJulian
2021-05-21progress in generating sudokusJulian
command line arguments need to test uniqueness
2021-05-20can generate valid solutionJulian Eigmüller
todo: remove a way to leave a unique solution
2021-05-18added checking for errors in solutionJulian Eigmüller
added displaying controls at the bottom added solved sudoku updated readme according to changes
2021-05-17can save files nowJulian Eigmüller
user_nums is now also stored in the puzzle file and are read at the beginning no longer write on fields set by the puzzle draw is a function added statusbar for savestate
2021-05-17README.md is now up to speedJulian Eigmüller
2021-05-17testing image on readmeJulian Eigmüller
2021-05-17added example imageJulian Eigmüller
2021-05-17you can now enter numbers that display in blueJulian Eigmüller
you cannot overwrite nubmers from the original puzzle the cursor is displayed to show where a number will be inserted you move the cursor with vim keys
2021-05-17Can now display a sudokuJulian Eigmüller
2021-05-16Create LICENSEtheeyeofcthulhu
2021-05-16README: Inital commitJulian Eigmüller
2021-05-16Inital commitJulian Eigmüller