|
|
@@ -23,7 +23,9 @@ pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on
|
|
|
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.
|
|
|
|
|
|
-Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.dev/static/web/).
|
|
|
+Please see https://pocketpy.dev for details and try the following resources.
|
|
|
++ [Live Python Demo](https://pocketpy.dev/static/web/): Python REPL of the latest version
|
|
|
++ [Live C++ Examples](https://pocketpy.github.io/examples/): Common usage of pkpy in C++
|
|
|
|
|
|
## Supported Platforms
|
|
|
|