Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.22 KB

File metadata and controls

27 lines (19 loc) · 2.22 KB

DonerComponents_Asteroids_Example

Asteroids clone based on DonerComponents (Doner Entity Component System) and SFML libraries.

DonerComponents Asteroids

Downloading

You can acquire stable releases here.

Alternatively, you can check out the current development version with:

git clone https://github.com/Donerkebap13/DonerComponents.git

After checking out, run git submodule update --init --recursive.

Also run git config --system core.longpaths true if you have any problem with path length.

What could you find in this example