A project about a PostScript based programming language for robots.
- Clone https://github.com/ArnaudBuchholz/psbots
npm install
npm 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