We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit e273964Copy full SHA for e273964
.gitignore
@@ -0,0 +1,11 @@
1
+# Build and Release Folders
2
+bin/
3
+bin-debug/
4
+bin-release/
5
+
6
+# Other files and folders
7
+.settings/
8
9
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
10
+# should NOT be excluded as they contain compiler settings and other important
11
+# information for Eclipse / Flash Builder.
README.md
@@ -0,0 +1,4 @@
+flash-game-development
+======================
+A book for flash game development using ActionScript 3.0
0 commit comments