Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 392 Bytes

Random Map Generator Build Status

Random Map Generator.

Copyright Paul Wortmann. GNU GPL v2

Build:

Build using gcc:

c++ -I src main.cpp src/*.cpp src/*.hpp -o Random_Map_Generator

or use the cmake file:

cmake . && make