This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
Add basic main menu UI #54
Labels
difficulty:complex
Issue requires an in depth knowledge of the game, underlying mechanics, and design to resolve
eq:code
Issues revolving around core code and modules that need improvement
priority:low
Needs to be fixed, but there are more pressing issues
Milestone
Ties into #47 as screens will be necessary to complete.
The goal is to have some sort of navigable main menu screen, but how is this to be done? The simplest answer is to have the
Engine
updateScreen
s in theRenderer
and have theEngine
capture input of the player navigating around the options. I think its possible to have:at the very minimum to prove this is possible.
The text was updated successfully, but these errors were encountered: