Skip to content

SJarno/AsteroidField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsteroidField

A simple 2-D side scrolling game done with Python and Pygame. Based on a tutorial game in RealPython.com with different assets, and more oop-oriented programming.

Game Objectives:

  • Dodge incoming small and fast asteroids - hitting one ends the game
  • No shooting
  • Bigger asteroids are for blocking sight(random gen w/three different sizes)

Future updates:

  • Add shooting for asteroids
  • Enemies

Installation

Requires Python 3 and Pygame

How to run

Install latest python3 version and intall pygame with pip. Then run the game from root ".\game.py"

About

Simple Pygame project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages