Script written in multiple languages to get the rank of the game "karlson" made by Dani
Currently written in Python, Node, and PHP
- Git clone this repo
- cd into repo
- Poetry for python script
- Composer for php script
- npm or yarn for node script
- All 3 languages' outputs are the same so no need to try them all, but you can if you like
cd php/
composer install
php main.php
cd node/
npm install
node main.js
cd python/
poetry install
python main.py