Simple CAD designed using pygame. The scenarios can be loaded in game built with pygame. It is still a work in progress project, so if you want to contribute fork this repository, make the changes into the forked repository and push a new Merge Request to 'main' branch. Open an issue in case of big MRs.
clone the repository
$ pip install -r requirements.txt
$ python3.10 -m venv venv
$ source venv/bin/activate
$ python main.py
Draw images. It saves the content to file data.pickle
when the application is closed and reloads it next time the application is opened.
- Eraser icons created by Freepik - Flaticon
- Line icons created by Freepik - Flaticon
- Circle icons created by DinosoftLabs - Flaticon
- Clean icons created by Freepik - Flaticon
- Rectangle icons created by PLANBSTUDIO - Flaticon
- Question icons created by Freepik - Flaticon
- Error icons created by Freepik - Flaticon