filiph / egamebook

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

library packages to potentially pull out of edgehead as external packages? #150

Open deinspanjer opened 3 years ago

deinspanjer commented 3 years ago

I'm getting started with a new bare bones book, sibling to edgehead.

Starting with the dependencies declared in bin/play.dart, it looks like there are several library packages that are general purpose for any egamebook. Most notably these include:

I'm trying to decide whether I want to just directly reference the packages in edgehead or refactor and move them up into the monorepo itself.

If you agree that making them external packages would be good, please feel free to suggest a desired location and directory structure and I would be happy to perform the refactoring including the dedicated tests and ensure the tests all still complete.