diff options
author | Frictional Games <team@frictionalgames.com> | 2010-05-13 11:19:30 -0400 |
---|---|---|
committer | Frictional Games <team@frictionalgames.com> | 2010-05-13 11:19:30 -0400 |
commit | 79d3cf730cf57e43165629ede9b7175a7874b9a1 (patch) | |
tree | d827e5aee6a557d7ce5cadc853e743172e3e1fd5 | |
parent | bdeb577a0d8e333f3daf6e8f10e6e7732b007de3 (diff) | |
download | penumbraoverture-79d3cf730cf57e43165629ede9b7175a7874b9a1.tar.gz penumbraoverture-79d3cf730cf57e43165629ede9b7175a7874b9a1.tar.bz2 penumbraoverture-79d3cf730cf57e43165629ede9b7175a7874b9a1.zip |
add README
-rw-r--r-- | README.markdown | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..101efa5 --- /dev/null +++ b/README.markdown @@ -0,0 +1,17 @@ +Penumbra Overture Source Code +======================= + +Yes, here it is at last the first game in the Penumbra Series. + +Read through the TODO file for various known things that should be cleaned up / fixed. + +Included are project files for Xcode, Visual Studio 2003 and Cmake (for Linux) + +Contributing Code +----------------- +We encourage everyone to contribute code to this project, so just sign up for a github account, create a fork and hack away at the codebase. We will start an Open Source forum on the Frictional Games forums as a place to talk about changes and to submit patches from your forks. + + +License Information +------------------- +All code is under the GPL Version 3 license. Read the COPYING file for terms of use of the license. |