Skip to content

DeadPixelsSociety/DMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published