From 59864a9e8e831533e17752a70c11c6f9f8f58f99 Mon Sep 17 00:00:00 2001 From: Louis Tutty <mu301lt@gold.ac.uk> Date: Fri, 8 Jan 2016 15:22:29 +0000 Subject: [PATCH] updated references --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e0d558..893a916 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ GAME A.I. -. . . + Maze Generator _________________________________________ ________________________ ___________ - (GIT SHORTCUTS (PERSONAL NOTE)) - add all, commit then push: // after navigating to correct directory: @@ -13,4 +12,19 @@ git commit -m "commit note" git push -u origin master - Update local repo from master: -git pull origin master \ No newline at end of file +git pull origin master + +_________________________________________ +________________________ +___________ +REFERENCES / BIBLIOGRAPHY: +References + +Bourg, David M, and Glenn Seemann. AI For Game Developers. Sebastopol CA: O'Reilly, 2004. Print. + +Buck, Jamis, and Jacquelyn Carter. Mazes For Programmers. Print. + +Takechi, Austin. "Unity3d C# + JS Tutorial :: Growing Tree Algorithm (Part 1, Creating Maze #1)". YouTube. N.p., 2012. Web. 27 Dec. 2015. + +Tutorials, Flat. "Let's Create A Perfect Maze Generator - Flattutorials". Flattutorials.blogspot.in. N.p., 2015. Web. 4 Jan. 2016. + -- GitLab