Skip to content

vector-based text rendering + title screen and score counter #2

@helpvisa

Description

@helpvisa

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?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions