HighDiceRoller / icepool

Python dice probability package.
MIT License
49 stars 5 forks source link

More shareable script interface #58

Closed HighDiceRoller closed 2 years ago

HighDiceRoller commented 2 years ago

This might resemble AnyDice, or perhaps something more REPL-like.

HighDiceRoller commented 2 years ago

Probably worth at least chucking a REPL online.

HighDiceRoller commented 2 years ago

Evaluation of current options:

JupyterLite

Pros:

Cons:

PyScript

Pros:

Cons:

Direct Pyodide

Pros:

Cons:

Without a known development timeline for PyScript, I think I'm going to go with Pyodide for now.

HighDiceRoller commented 2 years ago

Basic version implemented.