This is a simple space shooter game developed in C++ using OpenGL. The game features classic arcade-style gameplay where the player controls a spaceship to shoot down enemy ships.
- Player-controlled spaceship
- Randomly generated enemy
- Simple user interface
- OpenGL
- GLFW
- GLM
- Clone the repository to your local machine.
- Install the necessary dependencies (OpenGL, GLFW, GLM).
- Build the project using a C++ compiler.
- Run the executable.
- W and S keys: Move the spaceship
- Spacebar: Shoot
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your_feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your_feature
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to OpenGL, GLFW, and GLM for providing the necessary libraries for graphics rendering.
- Special thanks to GameDev.net for tutorials and resources.