Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashuv/space-mission-game-using-cpp-sfml-library

Just a simple fun game created using c++ sfml library.
https://github.com/yashuv/space-mission-game-using-cpp-sfml-library

cpp sfml-game space-game

Last synced: 24 days ago
JSON representation

Just a simple fun game created using c++ sfml library.

Awesome Lists containing this project

README

        

# Space-Mission-Game-Using-C++-SFML-Library
This is just fun simple game (spaceship fires enemies and collects score) created using c++ sfml library.

To run this game in your machine, you just need a C++ compiler and SFML library files. Then, you can simply run game.cpp file inside compiler and play game.


Note: The missing header files need to be downloaded from web and stored inside the 'include' directory of your compiler.!


            Game Screen View:

![instructions](https://user-images.githubusercontent.com/66567559/170791276-b7c250aa-f4dc-4297-8618-c30aa729592f.png)