Skip to content

Simple asteroids clone is written in C++11 with SDL2

Notifications You must be signed in to change notification settings

tkaczenko/asteroids-clone

Repository files navigation

asteroids-clone

Simple asteroids clone is written in C++11 with SDL2

here

Settings

  • A/W/D/S or arrows to move the ship
  • R to spawn the ship
  • SPACE to fire

Requirements

Installation - Unix

At first check Project.h and uncomment

#include <SDL2/SDL.h>

To build asteroids-clone from source execute the following:

make all

Installation - Windows

At first check Project.h and uncomment

#include <SDL.h>

Linker options:

-lmingw32 -lSDL2main -lSDL2

UML diagrams

About

Simple asteroids clone is written in C++11 with SDL2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published