A project about a PostScript based programming language.
- Clone https://github.com/ArnaudBuchholz/psbots
npm installnpm run build
-
Using cli:
npm run cli -
Using web interface:
npm run wi, open http://localhost:5173/ -
π online demo : https://arnaudbuchholz.github.io/psbots/repl/index.html
-
npm run dev --workspace pong, open http://localhost:5173/ -
π online demo : https://arnaudbuchholz.github.io/psbots/pong/index.html
This mono repository contains the following workspaces :
| Workspace | Description |
|---|---|
engine/ |
psbots engine |
docs/ |
documentation published to https://arnaudbuchholz.github.io/psbots/. This folder is generated. |
repl/ |
Read-Eval-Print Loop core component |
cli/ |
Command line wrapper for repl |
wi/ |
Web wrapper for repl |
pong/ |
Pong game with paddles controlled by a psbot |