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