Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 483 Bytes

README.MD

File metadata and controls

23 lines (17 loc) · 483 Bytes

2D Shooter

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 ð

What is used?

  • SDL2 - Graphics library
  • C++14

Set Up and Play

$ make
$ ./dragonlk

Screenshots

alt text alt text