Skip to content

Need better way to set version on a Puzzle() #42

Open
@alexdej

Description

@alexdej

when initializing a Puzzle object (not loading from a file) if you want to use a version other than 1.3 you have to manually set two properties

puz = Puzzle()
puz.version = '2.0'
puz.fileversion = '2.0\0'

Should provide a better way either by generating fileversion from version and/or with a version keyword arg to the Puzzle initializer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions