DeadPixelsSociety / DMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMC :

A 2D beat-them-all in a medievalo-steampunko-fantasy world.

Inspiration : Cadillacs & Dinosaurs, Dungeons & Dragons - Shadow over Mystara and Metal Slug X.

Dependencies :

  • SFML : sudo apt-get install libsfml-dev
  • Yaml-cpp : sudo apt-get install libyaml-cpp-dev
    • [!!] You could have a boost dependency missing for yaml-cpp, just do : sudo apt-get install libboost-dev

Project structure :

  • src : *.cpp,
  • inc : *.hpp,
  • obj : *.o (created after compilation),
  • res :
    • sprites : all the sprites used,
    • levels : yaml file which discribe a level,
    • fonts : all the fonts used.

Run

  • To compile, type make
  • To compile & launch make l
  • To launch it in valgrind make v

About


Languages

Language:C++ 98.0%Language:Makefile 2.0%