Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 388 Bytes

asteroids_godot

Asteroids in Atari 2600 style, made in Godot 3.5

This simple fun game lays out some of the basics needed for almost every arcade game:

  • Title and attract mode
  • Hiscore load and save
  • Score name entry by controls
  • Transition between game states
  • Pause mode
  • Creation and deletion of game objects
  • Camera shake for impactful events
  • Reactive game user interface