Hello! This is game about a spaceship destroying asteroids on his way to new planets! The game is coded intirely on C++ with the help of the SFML(Super Fast Media Library) library. If you are wanting to understand the code you should read a little about SFML and get to know the basic things one is capable of doing with this library. Best way to do this is rading the tutorials from their site https://www.sfml-dev.org/tutorials/2.5/ they are very simple and well explained. Other way is watching videos but my opinion is that reading from the site will be faster.
Gameplay photos:
To play the game simply:
- Download repository as a ZIP
- UnZip
- Start the Asteroids.exe file in Asteroids-SFML\Asteroids\bin\Win32\Release
- Play
How to set up MVS enviorment to add or make changes to the code:
- Download and install the latest version of SFML from -> https://www.sfml-dev.org/download/sfml/2.5.1/
- After setting the project with the files from this repository, go to the project properties at Microsoft Visual Studio and link the SFML libraries staticly using their tutorial from -> https://www.sfml-dev.org/tutorials/2.5/start-vc.php
Every push request is Welcome! :)