diff --git a/README.md b/README.md index 03932b04..b4b785a6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@

-pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C11 with C++17 wrappers. +--- +## This branch is in heavy development. It is not ready for production use. +--- + +pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C11. 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.