bb4 / bb4-puzzles

A Scala puzzle framework with generator and solver implementations for puzzles like Sudoku, Hi-Q, OneTough Puzzle, Tantrix, and others.
MIT License
2 stars 2 forks source link

Extract SceneMap from Story #8

Closed barrybecker4 closed 6 years ago

barrybecker4 commented 11 years ago

The Story class is relatively large. It would make a lot of sense to extract out the LinkedHashMap as a SceneMap to simplify the code. The verifyScnes and sceneNameChanged methods can be moved to the new SceneMap class. Might also be good to pull out SceneList and StoryImporter.

barrybecker4 commented 6 years ago

moved to bb4-adventure.