Design Patterns Project1 Extra - GUI Front End Project
It includes basic simulator of project 1.
It gets data from your local API server that can be found in here.
Instantiates all stars with coordinates and sizes.
Instantiates all planets according to their types.
Clone this repository
python -m http.server 8081
localhost:8081
Live Version: https://foul-notify.glitch.me
It will not work if you do not start API in your local.