surrsurus / edgequest

Edgequest Season Two
Mozilla Public License 2.0
8 stars 1 forks source link

Core and Game should be merged #50

Closed surrsurus closed 6 years ago

surrsurus commented 6 years ago

Game is a singleton as of right now. I see no reason why we can't just consolidate the two together and form some Engine struct. (Alternatively call it Edgequest or whatever we choose to name/rename the game). This would directly make managing the issue raised in #49 as now the Engine would be able to keep track of the renderer, keypresses, root console, debug flags, etc.

surrsurus commented 6 years ago

Core and game have been merged.