projects
/
pseudoku.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
282da8d
)
Improved creating a grid from data.
author
Eevee
<eevee@nyarumaa.(none)>
Wed, 10 Dec 2008 02:50:02 +0000
(21:50 -0500)
committer
Eevee
<eevee@nyarumaa.(none)>
Wed, 10 Dec 2008 02:50:02 +0000
(21:50 -0500)
Grid.from_lists is now a constructor that optionally takes explicit
height and width; without them, it attempts to guess the likely
dimensions of the grid and boxes.
Added a Grid.from_string that is similar but reads from a string.
No differences found