This repository contains my alpha implementation of 2d game "Crimsonland" on SDL2.
Features:
- player is controlled by WASD keyboard
- player shoots to the direction of mouse pointer
- enemy spawns follow your player to kill you ð
- SDL2 - Graphics library
- C++14
$ make
$ ./dragonlk