Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 276 Bytes

dragonFury

A simple 2D game game writen in c++/SDL

Requirements

  • SDL2
  • SDL2_image
  • SDL2_mixer
  • SDL2_ttf

Building

g++ main.cpp -o main -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer && ./main

Screenshot

screenshot