From ad3dd47192b0a3fb269180cabfef7089d2a1ddad Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 31 Jan 2013 13:00:09 -0500 Subject: [PATCH] add README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a3702a --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +My Game Framework +================= + +This repository is mainly intended for myself to keep a current and relatively +clean version of the stuff I commonly copy around and use in various game +projects. + +This is *not* intended to be a generic game framework that anyone can pick up +and start using with ease. Anyone reading this can feel free to use this if +they wish, but I make no guarantees about this working well for you. + +This framework includes: + +* non-game-specific source code +* supporting assets (basic UI skin, fonts, shaders, etc) +* build scripts + +This stuff is all in a constant state of flux and I'll be trying to copy the +changes and improvements I make to this framework during the development of my +other game projects back to this repository to keep it up to date.