SEAME-pt / Team05_SEA-ME-warm-up

1 stars 0 forks source link

M04_EX01.1: Create a Car class #17

Closed JoelenCruz closed 1 week ago

JoelenCruz commented 1 week ago

Create a C++ class that represents a car in the racing game. This class should have member variables for the car's position, speed, direction, and any other relevant information. You should also provide member functions to access and modify these variables.

JoelenCruz commented 1 week ago

The class car were created.