From 36fb982b4f956b447565bc8ccc3060d0cd60af5d Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 16 May 2013 08:00:20 +0530 Subject: [PATCH] more \n --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7928326..4bf7f55 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ pyFun (Requires pygame) pyFun is a just-started WIP python project aiming to mix the simplicity of Gamemaker with the productiveness of Python and Pygame. + It is similar to Stellar Game Engine, but I wish to make it better. + It is a easier-to-use framework on top of pygame which gives you the ease of Gamemaker, but the code is still python. So, you can use all the good things of the python language. The framework is totally configurable, so that individual parts of it can be turned off and you get ALL and I repeat this, ALL the flexibility of pygame. + It is a work-in-progress project, so contributers are always welcome.