From: gareth Date: Sun, 10 May 2020 16:12:51 +0000 (+0100) Subject: 2nd commit X-Git-Url: https://fbox.kageds.com/gitweb/NEATEST.git/commitdiff_plain/599222942c6c954fb8eb161aade645f0c38c1a13 2nd commit --- diff --git a/Game Icons/Astroids.png b/Game Icons/Astroids.png new file mode 100644 index 0000000..3e2ad23 Binary files /dev/null and b/Game Icons/Astroids.png differ diff --git a/Game Icons/Frogger.png b/Game Icons/Frogger.png new file mode 100644 index 0000000..3d16573 Binary files /dev/null and b/Game Icons/Frogger.png differ diff --git a/Game Icons/Pong.jpeg b/Game Icons/Pong.jpeg new file mode 100644 index 0000000..fdb5a59 Binary files /dev/null and b/Game Icons/Pong.jpeg differ diff --git a/Game Icons/Snake.jpg b/Game Icons/Snake.jpg new file mode 100644 index 0000000..944b181 Binary files /dev/null and b/Game Icons/Snake.jpg differ diff --git a/Game Icons/Space Invaiders.jpg b/Game Icons/Space Invaiders.jpg new file mode 100644 index 0000000..635092e Binary files /dev/null and b/Game Icons/Space Invaiders.jpg differ diff --git a/NEA.accdb b/NEA.accdb new file mode 100644 index 0000000..8d40b66 Binary files /dev/null and b/NEA.accdb differ diff --git a/NEA.mdb b/NEA.mdb new file mode 100644 index 0000000..08e00c3 Binary files /dev/null and b/NEA.mdb differ diff --git a/NEA.sln b/NEA.sln new file mode 100644 index 0000000..0bab6e5 --- /dev/null +++ b/NEA.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Blend for Visual Studio 15 +VisualStudioVersion = 15.0.28307.902 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NEA", "NEA\NEA.vbproj", "{E47081EF-CB9D-4232-9C1B-266B43C8AD76}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E47081EF-CB9D-4232-9C1B-266B43C8AD76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E47081EF-CB9D-4232-9C1B-266B43C8AD76}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E47081EF-CB9D-4232-9C1B-266B43C8AD76}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E47081EF-CB9D-4232-9C1B-266B43C8AD76}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1FFE9C28-AC20-44DD-8BE6-1CC995454A93} + EndGlobalSection +EndGlobal diff --git a/NEA/Account.xaml b/NEA/Account.xaml new file mode 100644 index 0000000..cc4cc6b --- /dev/null +++ b/NEA/Account.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/NEA/Account.xaml.vb b/NEA/Account.xaml.vb new file mode 100644 index 0000000..3448a96 --- /dev/null +++ b/NEA/Account.xaml.vb @@ -0,0 +1,3 @@ +Public Class Account + +End Class diff --git a/NEA/Achievemants.xaml b/NEA/Achievemants.xaml new file mode 100644 index 0000000..319acc9 --- /dev/null +++ b/NEA/Achievemants.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/NEA/Achievemants.xaml.vb b/NEA/Achievemants.xaml.vb new file mode 100644 index 0000000..a513fb4 --- /dev/null +++ b/NEA/Achievemants.xaml.vb @@ -0,0 +1,3 @@ +Public Class Achievemants + +End Class diff --git a/NEA/App.config b/NEA/App.config new file mode 100644 index 0000000..0f00e34 --- /dev/null +++ b/NEA/App.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NEA/Application.xaml b/NEA/Application.xaml new file mode 100644 index 0000000..e84988b --- /dev/null +++ b/NEA/Application.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/NEA/Application.xaml.vb b/NEA/Application.xaml.vb new file mode 100644 index 0000000..18c6459 --- /dev/null +++ b/NEA/Application.xaml.vb @@ -0,0 +1,6 @@ +Class Application + Private Sub Application_Startup(sender As Object, e As StartupEventArgs) Handles Me.Startup + + End Sub + +End Class diff --git a/NEA/Friends.xaml b/NEA/Friends.xaml new file mode 100644 index 0000000..421d61a --- /dev/null +++ b/NEA/Friends.xaml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/NEA/Friends.xaml.vb b/NEA/Friends.xaml.vb new file mode 100644 index 0000000..dc9c4de --- /dev/null +++ b/NEA/Friends.xaml.vb @@ -0,0 +1,3 @@ +Public Class Friends + +End Class diff --git a/NEA/Home.png b/NEA/Home.png new file mode 100644 index 0000000..05b9ece Binary files /dev/null and b/NEA/Home.png differ diff --git a/NEA/Home.xaml b/NEA/Home.xaml new file mode 100644 index 0000000..10454a3 --- /dev/null +++ b/NEA/Home.xaml @@ -0,0 +1,13 @@ + + + + diff --git a/NEA/Home.xaml.vb b/NEA/Home.xaml.vb new file mode 100644 index 0000000..f1102c7 --- /dev/null +++ b/NEA/Home.xaml.vb @@ -0,0 +1,3 @@ +Public Class Home + +End Class diff --git a/NEA/Libary.xaml b/NEA/Libary.xaml new file mode 100644 index 0000000..e53db6a --- /dev/null +++ b/NEA/Libary.xaml @@ -0,0 +1,20 @@ + + + +