erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link

Bramble Game Factory #17

Closed erikwatson closed 3 years ago

erikwatson commented 4 years ago

At the moment we have one specific bramble game object that is expected to be running. It would be preferable to have, perhaps, a factory that just spits out new Bramble games.

Game.create()

seems reasonable to me.

erikwatson commented 4 years ago

I think this is causing me issues on the Terrain Editor. https://github.com/erikwatson/Level-Editor/issues/20

erikwatson commented 3 years ago

This required some changed to other parts of the code, notably the Input and Graphics modules. I believe this is done and pushed to Master, so closing this issue.