To get started, clone the repository and setup using poetry
mkdir cursedmage
cd cursedmage
git clone https://github.com/onecrazygenius/cursedmage.git .
Install Poetry
- On Linux or MacOS run the following command
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
- On Windows run the following command in PowerShell
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
poetry install
poetry shell
python app/main.py
pytest
pyinstaller build.spec
Builds the game using pyinstaller and uploads to artifacts
Deploys the game to web server's dist folder