diff --git a/README.md b/README.md index d909dfac..1b4192e6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ **English |** [**简体中文**](README_zh.md) -pkpy is a lightweight(~10000 LOC) Python interpreter for game scripting, built on C++17 with STL. +pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL. It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance. pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies. diff --git a/docs/index.md b/docs/index.md index 5d846e7f..303a61b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ label: Welcome # Welcome to pocketpy -pkpy is a lightweight(~10000 LOC) Python interpreter for game scripting, built on C++17 with STL. +pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL. It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance. pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.