Cardioid - visualization of an interesting version of this curve in animation.
Clone the repository and run the file run.py
.
The Python
interpreter version 3.11+ and preferably poetry
Install requirements with poetry
:
poetry install
Clone this repository and navigate to it with the command:
git clone https://github.com/Qu1nel/Cardioid.git
cd Cardioid/
If you have the make
and poetry
installed, you can run the game with the command:
make run
Or
poetry run python run.py
Or you can simply run run.py
using the python interpreter
python run.py
python3 run.py
For full help with make commands, you can use the command:
make help
This Project Qu1nel.Cardioid in distributive under the MIT License, and it also uses those codes that are distributed under the MIT License.