Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasalmerge/asteroids
Asteroids Game
https://github.com/nicolasalmerge/asteroids
Last synced: 6 days ago
JSON representation
Asteroids Game
- Host: GitHub
- URL: https://github.com/nicolasalmerge/asteroids
- Owner: NicolasAlmerge
- License: mit
- Created: 2022-05-19T15:36:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T17:43:04.000Z (about 2 years ago)
- Last Synced: 2024-11-08T14:59:11.649Z (about 2 months ago)
- Language: C++
- Size: 4.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asteroids Game
Asteroids game, made by [NicolasAlmerge](https://github.com/NicolasAlmerge).
[SFML](https://www.sfml-dev.org/download/sfml/2.5.1/) is required to compile this game. One can then compile the project by running `make app`, and run the project by running `make run`.