OmerZo / Self-Driving-Car

0 stars 1 forks source link

Rewrite the code using MVC design pattern #8

Open GiladMoalem opened 3 months ago

GiladMoalem commented 3 months ago

Separate the logic from the UI.

Create a cars controller that manage all the cars objects. Create a controller for each class that manage all the objects.

Create a view the manage all the drawing.