Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 434 Bytes

README.MD

File metadata and controls

14 lines (12 loc) · 434 Bytes

#Ages: Time Flies ##Introduction Ages is a world-generation and exploration software based on procedural generation and complex modelling. We're probably dumber then we think we are.

##Dependencies

  • C++11x
  • SFML

##Building and Running

  1. Clone the git repository using git clone https://github.com/m3rcuriel/ages
  2. cd ages
  3. Generate makefiles using cmake src
  4. Make executable using make
  5. Run program with bin/demo