15 Commits (96faabcf9abac8cb570eaf24bcce6c43ce0a4716)

Author SHA1 Message Date
Bryson Zimmerman 96faabcf9a More refactoring
11 months ago
Bryson Zimmerman 7786a0789f More refactoring
11 months ago
Bryson Zimmerman 7fbaea08da Code cleanup
11 months ago
Bryson Zimmerman d856ede702 Added maze coloring to show the final path and tiles checked by the pathfinder
11 months ago
Bryson Zimmerman 52afff8836 Cleaned up unused items
11 months ago
Bryson Zimmerman ef94fb7d05 Renamed added-to-frontier property
11 months ago
Bryson Zimmerman 9ee0a07c9c Improved maze rendering
11 months ago
Bryson Zimmerman 9259a27ca0 Tile: Updated toward() method to use ULong coordinate system properly, moved some functions to appropriate objets outside of Tile
11 months ago
Bryson Zimmerman 9cbf367375 Fixed coordinate packing/unpacking, delegated more functions to appropriate objects, increased test coverage
12 months ago
Bryson Zimmerman c07952bec1 Brroken: Changes to backing data structures in the name of speed
12 months ago
Bryson Zimmerman 1444be1ee4 Significant adjustments to MazeFinder and data structures to improve speed and memory efficiency
12 months ago
Bryson Zimmerman fa654e4ce8 Implemented MazeFinder, significant changes to supporting data structures to match developed understanding of Kotlin and Object-Oriented philosophy
12 months ago
Bryson Zimmerman a5bced1cb1 Partial refactor of World into an 'object' and delegating functions to their appropriate objects.
12 months ago
Bryson Zimmerman 50f2951f00 Filled out World class necessities, created appropriate data holders. Should be ready for Mazefinder
12 months ago
Bryson Zimmerman 8fa4825f9d Initial work on data structures. Saving for move to another computer.
12 months ago