diff --git a/game-programmer.dot b/game-programmer.dot index 240ed30..6fdcbea 100644 --- a/game-programmer.dot +++ b/game-programmer.dot @@ -99,7 +99,7 @@ digraph { learntoprogramwithscratch [label=<
Learn to Program
with Scratch
(2014)
> URL="https://www.amazon.com/dp/1593275439/"] helpyoukidswithcomputercoding [label=<
Help Your Kids
with Computer Coding
(2015)
> URL="https://www.amazon.com/dp/146541956X/"] - inventgamepython3 [label=<
Invent Your Own
Computer Games with
Python 4th Ed (2016)
> URL="https://www.amazon.com/dp/1593277954/"] + inventgamepython4 [label=<
Invent Your Own
Computer Games with
Python 4th Ed (2016)
> URL="https://www.amazon.com/dp/1593277954/"] makinggamespython [label=<
Making Games with
Python & Pygame (2012)
> URL="https://www.amazon.com/dp/1469901730/"] learntoprogramwithminecraft [label=<
Learn to Program
with Minecraft (2015)
> URL="https://www.amazon.com/dp/1593276702/"] adventuresinminecraft [label=<
Adventures in
Minecraft (2014)
> URL="https://www.amazon.com/dp/111894691X/"] @@ -109,7 +109,7 @@ digraph { age8 -> codinggamesinscratch -> helpyoukidswithcomputercoding -> kidintermediate [arrowhead=normal, style=solid] age8 -> superscratchprogadv -> learntoprogramwithscratch -> kidintermediate - kidintermediate -> inventgamepython3 -> makinggamespython + kidintermediate -> inventgamepython4 -> makinggamespython kidintermediate -> learntoprogramwithminecraft -> adventuresinminecraft kidintermediate -> "3dgpforkids" @@ -195,7 +195,7 @@ digraph { insidecppobjectmodel [label=<
Inside the C++
Object Model (1996)
> URL="https://www.amazon.com/dp/0201834545/"] imperfectcpp [label=<
Imperfect C++ (2004)
> URL="https://www.amazon.com/dp/0321228774/"] - cpptemplates [label=<
C++ Templates 2nd Ed (2017)
> URL="https://www.amazon.com/dp/0321714121/"] + cpptemplates2 [label=<
C++ Templates 2nd Ed (2017)
> URL="https://www.amazon.com/dp/0321714121/"] elementsofprogramming [label=<
Elements of
Programming (2009)
> URL="https://www.amazon.com/dp/032163537X/"] frommathtogeneric [label=<
From Mathematics
to Generic Programming
(2014)
> URL="https://www.amazon.com/dp/0321942043/"] moderncppdesign [label=<
Modern C++ Design (2001)
> URL="https://www.amazon.com/dp/0201704315/"] @@ -224,9 +224,9 @@ digraph { effectivemoderncpp -> optimizedcpp -> cppadvance cpppractice -> exceptionalcpp -> moreexceptionalcpp -> exceptionalcppstyle -> cppcodingstandard -> cppadvance cppadvance -> elementsofprogramming -> frommathtogeneric - cppadvance -> { insidecppobjectmodel; cpptemplates } + cppadvance -> { insidecppobjectmodel; cpptemplates2 } insidecppobjectmodel -> imperfectcpp - cpptemplates -> moderncppdesign + cpptemplates2 -> moderncppdesign lua -> programminginlua4 -> luaprogramminggems