From 1b4e5ffd6d3d8d84980ad511dd8f456cf671ed89 Mon Sep 17 00:00:00 2001 From: Nick Cano Date: Mon, 20 Apr 2015 09:02:20 -0700 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..18fda7e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# GameHackingExamples + +Example code for for the book [Game Hacking: Developing Autonomous Bots for Online Games](http://www.nostarch.com/gamehacking). + +Each project in this repository corresponds to a chapter or section in the book. The projects are referenced in the relevant pages.