From 5e643260b3b07ace610fdf43201f8337d6ff66a5 Mon Sep 17 00:00:00 2001 From: Natalie Adams Date: Tue, 11 May 2021 21:48:06 +0000 Subject: [PATCH] --- AxiosEngineIntro.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 AxiosEngineIntro.md diff --git a/AxiosEngineIntro.md b/AxiosEngineIntro.md new file mode 100644 index 0000000..a73a54d --- /dev/null +++ b/AxiosEngineIntro.md @@ -0,0 +1,44 @@ +# Axios Engine Documentation + +Beginners read this first --> [[SettingUpAxiosEngine]] <-- + +Required packages to install: + +* Visual Studio 2008/2010/2011 +* XNA 4.0 +* Windows Phone 7.1 SDK [^1] + +[[AxiosSettings]] + +* [[AxiosClassDiagram]] + +# Namespaces + +## Axios.Engine + +[[AxiosCommandConsole]] + +## abstract objects + +* [[AxiosGameObject]] +* [[SimpleAxiosGameObject]] +* [[ComplexAxiosGameObject]] +* [[SimpleDrawableAxiosGameObject]] +* [[AxiosGameScreen]] +* [[AxiosTimer]] +* [[DrawableAxiosGameObject]] +* [[BreakableAxiosGameObject]] +* [[AxiosEvents]] + +## Interfaces + +* [[IAxiosGameObject]] +* [[IDrawableAxiosGameObject]] +* [[IAxiosFile]] + +## Axios.Engine.Extensions + +* [[String]] +* [[Texture2D]] + +[^1]: This is optional - you only need if you want to compile for Windows Phone 7 \ No newline at end of file