Asteroids game using Python - Pygame module
Asteroids is a video arcade game released in November 1979 by Atari Inc. It was one of the most popular and influential games of the Golden Age of Arcade Games , selling 70,000 arcade cabinets . Asteroids uses a vector display and a two-dimensional view that wraps around in both screen axes. The player controls a spaceship in an asteroid field which is periodically traversed by flying saucers . The object of the game is to shoot and destroy asteroids and saucers while not colliding with either, or being hit by the saucers' counter-fire. This game is similar to asteroids with some features... Github - Asteroids Pygame source files (After extracting the zip file open dist folder and click on "Enterprise.exe" file to run) ( Had problems while converting Python to exe so this demo has no sounds or scores and lives displayed :P ) Splash screen Gameplay - 1 ...
Comments
Post a Comment