Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yashuv/space-mission-game-using-cpp-sfml-library
- Owner: yashuv
- Created: 2022-05-27T21:02:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T21:42:34.000Z (over 2 years ago)
- Last Synced: 2023-03-20T18:25:43.166Z (almost 2 years ago)
- Topics: cpp, sfml-game, space-game
- Language: C++
- Homepage:
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)