Skip to content

EarlyBitcoiner/Asteroids-SFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Екранна снимка (18)

Екранна снимка (19)

To play the game simply:

  1. Download repository as a ZIP
  2. UnZip
  3. Start the Asteroids.exe file in Asteroids-SFML\Asteroids\bin\Win32\Release
  4. Play

How to set up MVS enviorment to add or make changes to the code:

  1. Download and install the latest version of SFML from -> https://www.sfml-dev.org/download/sfml/2.5.1/
  2. 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! :)

About

Game made with SFML library on C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages