This commit is contained in:
blueloveTH 2023-09-22 21:03:35 +08:00
parent 506e799866
commit 1b03a9dabb
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.