Skip to content

akhilanandsirra/spaceBlast

Repository files navigation

Space Blast

Space Blast is a space-themed multidirectional shooter game created using python in PyCharm IDE using Pygame module. The player controls a single spaceship in space field which is periodically traversed by asteroids. The object of the game is to shoot and destroy the asteroids, while not colliding with either. The game becomes harder as the score of game increases.

Gameplay

Player Movement

The player always faces in the cursor position.

AWSD Keys are used to move the position of the player.

Enemy Movement

The Enemy Sprite by using a directional vector moves towards the player until they collide.

If Player changes position the directional vector is normalized and recalculated to follow the enemy.

Collision/Animation

Collision of Player Sprite with Enemy Sprite.

Collision of Enemy Sprite with Bullet.

About

Space Blast is a space-themed multidirectional shooter game created using python in PyCharm IDE using Pygame module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published