-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
there should be a title screen + score counter on display
title screen should:
- be visible at start of game
- possibly display game over after ship is destroyed (+ keybinds to reset)
- be closable by any button press (at which point asteroids will begin to spawn)
- likely handled by bespoke polygon definitions for letters (since these screens will be single use)
score incrementer should
- leverage a system where the digits 0-9 are stored as pre-built polygons (pointers to these values can be used)
- the internal score is broken down into a series of digits which can be rendered on-screen with these polygon-based digits
- how many digits should be used for score counter... 9?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request