Skip to content

Commit

Permalink
Updated license, MD and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed May 22, 2014
1 parent c23c7e6 commit 4f446d4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Expand Up @@ -19,3 +19,13 @@
*.exe
*.out
*.app

# VisualStudio files
*.suo
*.user
*.sdf
*.opensdf

Debug/
Release/
ipch/
23 changes: 20 additions & 3 deletions README.md
@@ -1,4 +1,21 @@
random-maze-generator
=====================
**Depth-first Search Random Maze Generator**

Depth-first Search Random Maze Generator
(C) Sergey Kosarevsky, 2014

support@linderdaum.com

http://www.linderdaum.com
http://blog.linderdaum.com

=============================

Depth-first search random maze generator in C++ in a single file.

=============================

To compile:
*gcc Maze.cpp -std=c++11 -lstdc++*

=============================

![alt tag](https://camo.githubusercontent.com/4937cf23129c883bf41b58f47b76757c62d58802/687474703a2f2f626c6f672e6c696e6465726461756d2e636f6d2f696d616765732f4d617a652e706e67)
2 changes: 2 additions & 0 deletions makefile
@@ -0,0 +1,2 @@
all:
gcc Maze.cpp -std=c++11 -lstdc++

0 comments on commit 4f446d4

Please sign in to comment.