Skip to content

wiebow/asteroids_godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2082cac · Aug 17, 2022

History

12 Commits
Aug 17, 2022
Aug 6, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Aug 17, 2022
Jul 23, 2022
Jul 23, 2022
Aug 6, 2022
Nov 20, 2020
Aug 17, 2022
Aug 6, 2022
Aug 17, 2022

Repository files navigation

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