Skip to content

Commit 0615f79

Browse files
committed
Commit
1 parent 8ad934a commit 0615f79

File tree

81 files changed

+4676
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+4676
-1
lines changed

Donkey_Kong_Clone/Assembly-CSharp.csproj

+789
Large diffs are not rendered by default.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{66808ef8-e893-aac4-8833-2337d39408d4}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{66808ef8-e893-aac4-8833-2337d39408d4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{66808ef8-e893-aac4-8833-2337d39408d4}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{66808ef8-e893-aac4-8833-2337d39408d4}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{66808ef8-e893-aac4-8833-2337d39408d4}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.gitignore Genetic Algorithm/monkeyType/.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ crashlytics-build.properties
6969

7070
# Temporary auto-generated Android Assets
7171
/[Aa]ssets/[Ss]treamingAssets/aa.meta
72-
/[Aa]ssets/[Ss]treamingAssets/aa/*
72+
/[Aa]ssets/[Ss]treamingAssets/aa/*
73+
Project-Z/Assets/Cainos/Pixel Art Platformer - Village Props/Animation.meta

Genetic Algorithm/monkeyType/.idea/.idea.monkeyType/.idea/.gitignore

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Genetic Algorithm/monkeyType/.idea/.idea.monkeyType/.idea/indexLayout.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Genetic Algorithm/monkeyType/.idea/.idea.monkeyType/.idea/misc.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Genetic Algorithm/monkeyType/.idea/.idea.monkeyType/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Genetic Algorithm/monkeyType/Assets/Scenes.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)