filiph / egamebook

A procedural sword & sorcery adventure
https://egamebook.com/
BSD 3-Clause "New" or "Revised" License
196 stars 21 forks source link

Feature/refaktoring #13

Closed Janamou closed 9 years ago

Janamou commented 9 years ago

@filiph BREAKING CHANGES - removed all EgbPrefixes from everywhere and renamed classses:

FileSystemException -> BuilderFileSystemException FormatException -> Builder FormatException Storage -> Store MemoryStorage -> MemoryStore LocalStorage -> LocalStorageStore

I need to also update the https://github.com/filiph/bodega (it uses EgbScripter), I have it prepared locally but I do not have push access to this repository. Is it please possible give it to me? (I don't want to do public fork with public pull request - or should I?)

filiph commented 9 years ago

Unit tests all green. Awesome work! Thanks