2D Game in C++ with SFML - "Space Shooter"
This work is a 2D game created in the C++ programming language using the SFML library. The player controls a spaceship, dodges obstacles, and destroys enemies. The main features of the game:
Realistic physics of the ship's movement
Shooting and keyboard controls
Scoring and level system
Explosion animations and special effects
Simple user interface
The game demonstrates skills in C++, object-oriented programming, event handling, and graphical display through SFML.
Realistic physics of the ship's movement
Shooting and keyboard controls
Scoring and level system
Explosion animations and special effects
Simple user interface
The game demonstrates skills in C++, object-oriented programming, event handling, and graphical display through SFML.