Abstract: This research paper discusses the development of a Space Shooter game using Python programming language. The objective of the game is to shoot and destroy alien spaceships while avoiding their attacks. The game is designed using Pygame,a Python module specifically created for game development. The paper begins with an introduction to the project, followed by a literature review of related work in game development using Python. The details of the project, including the game’s features, design, and code implementation, are then presented. The future scope of the project is discussed, highlighting potential improvements and enhancements. Finally, the paper concludes bysummarizing the project’s key findings and contributions. The development of a Space Shooter game using Python provides an exciting opportunity for game enthusiasts to explore the world of game development using a popular and versatile programming language. The result of coding a space shooter game is a fully functional and interactive game where players control a spaceship to combat enemy ships in a dynamic space environment. Players can move theirspaceship horizontally, shoot projectiles, and avoidobstacles. The game features multiple levels, increasing difficulty, and keeps track of scores and lives. The graphics and animations are rendered, creating an immersive space-themed experience. Collision detection accurately detects when projectiles hit enemies or obstacles, providing a satisfying gameplay experience. The game includes game over conditions and allows players to restart or quit, providing a complete and enjoyable gaming experience