Skip to content

the-vindex/bootdev-asteroids

Repository files navigation

Asteroids Game

Instructions for the Coding Assistant

  • When adding new game objects, make sure they inherit from the pygame.sprite.Sprite class.
  • Use the pygame.sprite.Group class to manage groups of game objects.
  • All game objects should have a draw method.
  • Create a new file called game_object.py that contains a base class for all game objects. The class should be called GameObject and should inherit from pygame.sprite.Sprite.
  • The GameObject class should have a draw method that takes a surface argument.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages