Skip to content

Create reversible identifier #4

@Spacarar

Description

@Spacarar

The unique identifier for the gridweb should maintain its type as a size_t; however, it would be in the best interest of storage to create a reversible way to retreive the coordinates of the grid to recreate the grid from just its identifier alone. This would mitigate all requirements for vector<pair<int, int> > startCoords;. Futhermore this would allow patterns to be easily stored in a small writable data structure, many patterns could be stored in a single file while being easily readable by the program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions