Commit Graph

2 Commits

Author SHA1 Message Date
Jason Wangsadinata 91dc0b2643 sudoku: optimize text creation of sudoku numbers
This commit optimizes the text creation of sudoku numbers re-using the
`text.Text` used for printing the numbers to the batch.

Fixes #7.
2019-02-03 19:47:05 +07:00
Jason Wangsadinata 1f3ab6edb9 add sudoku community example
This commit adds a simple sudoku community example that demonstrates the
use of text batching and imdraw drawing capabilities.
2018-07-03 22:49:30 +07:00