alexrecarey / khepri-f2f

Web app to calculate expected outcomes from an Infinity the Game Face to Face roll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinity Face Off

an Infinity the Game N4 expected wounds calculator

Infinity Face Off is small web app that allows players of Infinity the Game to quickly calculate the expected outcome of a face to face roll. It is intended to be used to evaluate profiles and for new players to get of feel of the often unintuitive face 2 face roll probabilities.

It's a static, single page application written in Javascript using react. The site does not require any backend other than a webserver to serve the files. The actual die probability rolls are done using the incredible icepool library. To run python on the client side web browser, we use WASM and the Pyodide library.

Installing

I use volta to sync versions of node and yarn. Once that is installed, a simple yarn command should get you running.

Contributing

Pull requests and contributions are welcome, but I do have a vision for this project and I suggest you write in first.

Contact

My OTM is khepri and I can be found in the IGL Discord or the Infinity forums. You can also write to me at <my github account>@gmail.com.

About

Web app to calculate expected outcomes from an Infinity the Game Face to Face roll

License:GNU General Public License v3.0


Languages

Language:JavaScript 69.0%Language:Python 30.4%Language:HTML 0.4%Language:CSS 0.2%