rewolf93 / CS370

Programs for Software Engineering course
MIT License
0 stars 0 forks source link

Issue 54: Implement car as moveable #55

Closed rewolf93 closed 4 years ago

rewolf93 commented 4 years ago

Car now drives around track using the Moveable object methods. After it hits the finish line, it resets the car.

Fixes #54